Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makerdao/pg-graphql
https://github.com/makerdao/pg-graphql
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/makerdao/pg-graphql
- Owner: makerdao
- License: agpl-3.0
- Created: 2018-02-22T21:47:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T03:50:56.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T03:39:09.381Z (2 months 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