A development repository to combine and manage all necessary services to easily develop the centrifuge insights dashdoard.
Figure: Architectural diagram of the development environment.
- git
- docker
- docker-compose
$ git clone --recurse-submodules [email protected]:embrio-tech/centrifuge-development.git
$ cd centrifuge-development
$ cp .env.sample .env
Services can be started individually. the following services are available: subql
, insights
, blender
. These can be started with the following command
$ docker-compose --profile <service> up --build
such as
$ docker-compose --profile subql up --build
or for multiple services:
$ docker-compose --profile subql --profile insights up --build
If you run this for the first time, it might take a while. ⏳ Get a coffee, sit back, and relax! ☕ 🌴
The frontend can be accessed under the following link: http://localhost:8010
The subql query playground is available here: http://localhost:3000
The blender-outflux
GraphQL is available at http://localhost:5010/graphql
$ docker-compose down -v
EMBRIO.tech
[email protected]
+41 44 552 00 75
The code is licensed under the GNU Lesser General Public License v2.1