Skip to content

Administrative scripts for managing the PostgreSQL and PostgREST API architecture for the CCDR Explorer backend

Notifications You must be signed in to change notification settings

Teal-Insights/ccdr-explorer-api

Repository files navigation

Nature Finance RAG database and API for working with World Bank country and climate development reports (CCDRs)

This repository contains startup scripts for the RAG database and API. The database forms the data storage layer for the CCDR Explorer. See the CCDR Explorer client repository for more information.

Prerequisites

Getting Started

  1. Clone the repository with git clone https://github.com/Teal-Insights/nature-finance-rag-api && cd nature-finance-rag-api
  2. Copy .env.example to .env and fill in the values
  3. Run docker compose up to start the Postgres database
  4. Run uv run db_setup.py to create the database schema

Schema

See the schema design document for the database schema and its motivation.

About

Administrative scripts for managing the PostgreSQL and PostgREST API architecture for the CCDR Explorer backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published