https://github.com/sky-ecosystem/pg-graphql
https://github.com/sky-ecosystem/pg-graphql
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sky-ecosystem/pg-graphql
- Owner: makerdao
- License: agpl-3.0
- Created: 2018-02-22T21:47:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T03:50:56.000Z (about 3 years ago)
- Last Synced: 2025-01-03T00:27:30.253Z (over 1 year ago)
- Language: PLpgSQL
- Homepage:
- Size: 99.6 KB
- Stars: 7
- Watchers: 18
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## pg-graphql
Cache Maker system data from the blockchain to PostgreSQL and serve
over GraphQL:
`npm run sync` - sync back from the latest block
`BLOCK=1234 npm run sync` - overwrite the cache from the specified block
`npm run subscribe` - sync any missing blocks & watch for future updates
`npm run graphql` - run graphql in development
`rpm build && npm serve` - run graphql in production