> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kamu.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Kamu!

<Card title="First time here?" icon="rocket" href="/start/first-steps" horizontal>
  Follow these steps to get started
</Card>

## Projects

Our documentation is organized around four closely related projects:

<Columns cols={2}>
  <Card>
    <h4 class="project-title"><a href="/odf">Open Data Fabric</a></h4>

    <a href="/odf">
      <img src="https://mintcdn.com/kamu/j1tx5fgzyFHd1DYS/images/projects/odf.svg?fit=max&auto=format&n=j1tx5fgzyFHd1DYS&q=85&s=add4edd7630d6599b2f474980b2a29a2" noZoom width="190" height="131" data-path="images/projects/odf.svg" />
    </a>

    ODF is an open protocol spec for exchange and verifiable multi-party processing of data. It's an independent open-source project. It is included on this website for convenience of cross-referencing with the rest of documentation.

    <Columns cols={2}>
      <div><a href="/odf" class="project-quicklink">> About</a></div>
      <div><a href="/odf/spec" class="project-quicklink">> Specification</a></div>
      <div><a href="/odf/schemas" class="project-quicklink">> Schemas</a></div>
      <div><a href="/odf/rfcs" class="project-quicklink">> RFCs</a></div>
    </Columns>
  </Card>

  <Card>
    <h4 class="project-title"><a href="/cli">Kamu CLI</a></h4>

    <a href="/cli">
      <img src="https://mintcdn.com/kamu/j1tx5fgzyFHd1DYS/images/projects/kamu-cli.svg?fit=max&auto=format&n=j1tx5fgzyFHd1DYS&q=85&s=11cfa839687271dd3fd31ec7bb451917" noZoom width="75" height="66" data-path="images/projects/kamu-cli.svg" />
    </a>

    A powerful command line tool that implements ODF protocol. You can run it on any device to build data pipelines, ingest and explore data, and interact with other nodes on ODF network.

    <Columns cols={2}>
      <div><a href="/cli/install" class="project-quicklink">> Install</a></div>
      <div><a href="/cli/quick-start" class="project-quicklink">> Quick Start</a></div>
      <div><a href="/start/tutorial" class="project-quicklink">> Tutorial</a></div>
      <div><a href="/examples" class="project-quicklink">> Examples</a></div>
    </Columns>
  </Card>

  <Card>
    <h4 class="project-title"><a href="/node">Kamu Node</a></h4>

    <a href="/node">
      <img src="https://mintcdn.com/kamu/j1tx5fgzyFHd1DYS/images/projects/kamu-node.svg?fit=max&auto=format&n=j1tx5fgzyFHd1DYS&q=85&s=7b8ad555d3071aa41a6e228c503ec079" noZoom width="166" height="102" data-path="images/projects/kamu-node.svg" />
    </a>

    A scalable server implementation of ODF. It's a set of Kubernetes applications that can be installed in a distributed environment to:

    * Operate data pipelines
    * Verify computations done by other parties
    * Execute queries on co-located data
    * Provide data via rich set of APIs to applications and smart contracts.

    <Columns cols={2}>
      <div><a href="/node/quick-start" class="project-quicklink">> Quick Start</a></div>
      <div><a href="/api" class="project-quicklink">> APIs</a></div>
      <div><a href="/node/deploy" class="project-quicklink">> Deploying</a></div>
      <div><a href="/node/commitments" class="project-quicklink">> Operating</a></div>
    </Columns>
  </Card>

  <Card>
    <h4 class="project-title"><a href="/platform">Kamu Web Platform</a></h4>

    <a href="/platform">
      <img src="https://mintcdn.com/kamu/j1tx5fgzyFHd1DYS/images/projects/kamu-platform.svg?fit=max&auto=format&n=j1tx5fgzyFHd1DYS&q=85&s=89a828156fdf8513712d753dd08f5c55" noZoom width="180" height="102" data-path="images/projects/kamu-platform.svg" />
    </a>

    A front-end application that acts as a window into the ODF network. Think of it as GitHub for data pipelines or Etherscan of ODF. It can be used in multiple setups: from exploring your local Kamu CLI workspace, to managing your distributed Kamu Node deployment, and to interacting with remote nodes in the global ODF network.

    <Columns cols={2}>
      <div><a href="/platform" class="project-quicklink">> Overview</a></div>
      <div><a href="/platform" class="project-quicklink">> Get Started</a></div>
      <div><a href="/platform/admin" class="project-quicklink">> Administration</a></div>
    </Columns>
  </Card>
</Columns>
