How does Subgrounds work?
Last updated
Last updated
You now understand what Subgrounds is and why it useful, but how does it work from a non-technical perspective?
Subgrounds exists in this broader ecosystem that The Graph powers. Lets dive into the process and travel along the path that data can take from chain to dashboard:
A network or chain produces data continuously in the form of blocks. This is the rawest form of data and consists of a series of blocks containing transactions and other metadata. This is often explored through a blockchain explorer, such as .
indexes this data through their system of subgraph nodes and graph indexers.
Subgrounds ingests this indexed data and pipes it directly into your Python environment, providing recognizable objects representing the data.
We can now apply our familiar Python data stack to transform the data (using pandas
), and visualize the data (using matplotlib
or plotly
).
Playgrounds Maestro extends this process further providing further reach to non-developer analysts and more. Here is a sneak peak of our Maestro platform (coming soon):
Maestro will direct the data ingested by Subgrounds into your favorite data warehouse.
Now, you can use your own warehoused data to empower the familiar BI tooling including Google Sheets, Power BI, Retool, etc.