|
4 år sedan | |
---|---|---|
.. | ||
bootstrap | 4 år sedan | |
mappings | 4 år sedan | |
scripts | 4 år sedan | |
.gitignore | 4 år sedan | |
README.md | 4 år sedan | |
build.sh | 4 år sedan | |
db-migrate.sh | 4 år sedan | |
indexer-tsconfig.json | 4 år sedan | |
package.json | 4 år sedan | |
processor-start.sh | 4 år sedan | |
run-tests.sh | 4 år sedan | |
schema.graphql | 4 år sedan | |
tsconfig.json | 4 år sedan |
The query-node project contains an input schema (schema.graphql) and mappings for the Joystream content-directory
runtime module.
We use Hydra-cli to generate a graphql server and a block indexer for joystream chain:
$ cd query-node
$ yarn build
To start services defined in the project docker-compose.yml, you should run docker-compose from the project root folder to use the correct .env file
Before running mappings make sure indexer(yarn indexer:start
) and indexer-api-server (mappings get the chain data from this graphql server) are both running:
yarn processor:start
Once processor start to store event data you will be able to query this data from http://localhost:4002/graphql
.
query {
channels {
handle
}
}