# Rejot Documentation Open source database to database replication for distributed architectures. ## Getting Started - [What is ReJot](https://rejot.dev/docs/start/what-is-rejot/) - [Install](https://rejot.dev/docs/start/install/) - [Examples](https://rejot.dev/docs/start/examples/) - [Quickstart](https://rejot.dev/docs/start/quickstart/) ## Guides - [Managing Manifests](https://rejot.dev/docs/guides/managing-manifests/) - [Defining Schemas](https://rejot.dev/docs/guides/defining-schemas/) - [Running Sync Services](https://rejot.dev/docs/guides/running-sync-services/) - [Set Up Postgres Data Store](https://rejot.dev/docs/guides/setup-postgres/) - [Composing Manifests](https://rejot.dev/docs/guides/composing-manifests/) ## Reference - [Connectors](https://rejot.dev/docs/reference/connectors/) - [Language Bindings](https://rejot.dev/docs/reference/language-bindings/) - [Resolvers](https://rejot.dev/docs/reference/resolvers/) ## Concepts - [Architecture](https://rejot.dev/docs/concepts/architecture/) - [Data Contracts](https://rejot.dev/docs/concepts/data-contracts/) ## Manifest Spec - [Manifest](https://rejot.dev/docs/spec/manifest/) - [Data Stores](https://rejot.dev/docs/spec/data-store/) - [Event Stores](https://rejot.dev/docs/spec/event-store/) - [Public Schemas](https://rejot.dev/docs/spec/public-schema/) - [Consumer Schemas](https://rejot.dev/docs/spec/consumer-schema/) - [Connections](https://rejot.dev/docs/spec/connection/) ## CLI Spec - [Collect](https://rejot.dev/docs/spec_cli/collect/) - [Manifest](https://rejot.dev/docs/spec_cli/manifest/) - [Manifest Connection](https://rejot.dev/docs/spec_cli/manifest_connection/) - [Manifest Datastore](https://rejot.dev/docs/spec_cli/manifest_datastore/) - [Manifest Eventstore](https://rejot.dev/docs/spec_cli/manifest_eventstore/) - [Workspace](https://rejot.dev/docs/spec_cli/workspace/)