CIC Graph
Central CIC Stack Postgres store specifically for indexing:
- Transactional data from the chain
- Custodial user data (PII, custodial client data)
- Voucher data (backers, certifications, e.t.c.)
- Marketplace data (proposed)
Relationships, check constraints and referential integrity are built in at the Postgres level. However, CIC Graph is meant to be complemented by secondary backend services to provide CRUD and any other important functionality around it.
Prerequisites
- Docker and Docker Compose (latest)
- tern
- Bring up the containers in
devwithdocker-compose up -d. - In the
migrationsfolder, runtern new $MIGRATION_NAMEand write the migration file. - Git commit.