This code reads data from Kin ecosystem's stellar blockchain and persists it in a database You can connect the database to grafana to see a dashboard of the data
This code uses node.js
- Download the source from github
- Create a .env file with DB_CREDENTIALS=mysql://DB_USER:DB_PASSq@DB_URL:DB_PORT/DB_NAME
- Run kin.sql to create the database on your server
- Upload the grafana json file to see the data on grafana