2023-08-01 08:35:41 -05:00
2023-07-23 01:27:00 +08:00
2023-05-15 12:03:30 +08:00
2023-07-23 01:27:00 +08:00
2023-03-21 12:50:37 -05:00
2021-05-13 17:14:05 -05:00
2023-07-23 01:27:00 +08:00
2023-07-23 01:27:00 +08:00
2021-12-27 11:41:30 -06:00
2021-12-27 11:41:30 -06:00

ipld-eth-db

Schemas and utils for IPLD ETH Postgres database

Database UML

Run

  • Remove any existing containers / volumes:

    docker-compose down -v --remove-orphans
    
  • Spin up ipld-eth-db using an existing image:

    • Update image source used for running the migrations in docker-compose.yml (if required).

    • Run:

      docker-compose -f docker-compose.yml up
      
  • Spin up ipld-eth-db using a locally built image:

    • Update Dockerfile (if required).

    • Update build context used for running the migrations in docker-compose.test.yml (if required).

    • Run:

      docker-compose -f docker-compose.test.yml up --build
      
S
Description
Schemas and utils for IPLD ETH Postgres database
Readme
2.9 MiB
Languages
PLpgSQL 91.4%
Shell 7.3%
Dockerfile 1.3%