> For the complete documentation index, see [llms.txt](https://docs.opendatadiscovery.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opendatadiscovery.org/developer-guides/build-and-run.md).

# Build and run

This section shows how to build and run code for each part of ODD infrastructure — ODD Platform backend and frontend, the ODD Collectors family, and the SDK path for authoring a brand-new collector or adapter when none of the bundled ones fits. For local Docker-based setup that does not require building from source, follow [Try locally](/configuration-and-deployment/trylocally.md).

### Contents

* [Build and run ODD Platform](/developer-guides/build-and-run/build-and-run-odd-platform.md) — backend (Java + Gradle + Spring WebFlux + jOOQ + Flyway) and frontend (TypeScript + React); how to run the platform from source for development.
* [Build and run ODD Collectors](/developer-guides/build-and-run/build-and-run-odd-collectors.md) — Python collectors bundled in the `odd-collectors` monorepo (`odd-collector`, `-aws`, `-gcp`, `-azure`) plus the standalone `odd-collector-profiler`; how to set up a Python environment, install per-collector dependencies, and run a collector locally.
* [Build a custom collector](/developer-guides/build-and-run/custom-collectors.md) — author a brand-new ODD collector or adapter against the `odd-collector-sdk` Python SDK when none of the bundled adapters fits the data source you want to ingest. End-to-end recipe: SDK setup, ODDRN generation, plugin registration, packaging.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opendatadiscovery.org/developer-guides/build-and-run.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
