Explore community-built analysis and create charts with no code required.
Website| Docs| Data API| Web3 Data Academy
Footprint Analytics is building blockchain's most comprehensive data infrastructure with tools to help developers, analysts, and investors get unrivaled real-time GameFi, DeFi, and NFT insights. The engine indexes, cleans and abstracts data from 24+ chains and counting — letting users build charts and dashboards without code using a drag-and-drop interface as well as with SQL. Explore Web3 data Footprint Analytics also provides a unified data API for NFTs, GameFi, and DeFi across all major chain ecosystems to build your applications fast.
Footprint web application is built on Metabase open-source technology. We use Metabase because it is open — the technology allows users to contribute to the code base, developing and improving it over time. Analysts can create charts on the Footprint Analytics platform with a convenient drag-and-drop query builder. This capability significantly lowers the barrier to entry, allowing any user without technical knowledge to use the product and extract business value.
The UI is not the only interface that could be used to access the data. Footprint provides a unified Data API for developers to build applications. Both REST API and SQL API are supported at Footprint Analytics.
As of Jan 2023, we parse more data from 24 different chains than any other platforms. The Footprint Analytics database automatically picks up blocks, logs, traces, and transactions on the blockchain. It supplements this with community-contributed data and data from 3rd party APIs (e.g. token price data from Coingecko.) All this data is originally raw and unstructured. We structure it to fit into categories, e.g. borrowing, lending, yield farming, etc. This way, any data from the blockchain is easily accessible by anyone.
Our core competitive advantage is our Footprint Analytics Platform, powered by the Footprint Machine Learning Platform. It turns the Bronze Data into Silver, then Gold using some technical means of data ETL, such as Python and SQL. In the future, we plan to make the ETL code, including the code from Bronze to Silver parsing, open source.
We also enable any organization to tap into this trove of structured data with our blockchain data API.
Whereas other popular solutions need to recompute high level indicators every time from raw event data, in Footprint with the data layers abstraction layers (silver and gold), the amount of work is significantly reduced to query key information. Ultimately, user requests are completed in milliseconds, where similar requests can take minutes on other platforms.
With the sophisticated architecture in the background come the caching mechanisms that greatly reduce redundant work and computing resource from O(n) to O(1). Dataset previously queried will be saved in cache and will be used during the next query execution. That way, users get their requests fast and our network don’t experience overloads so other users are not affected.
Footprint Analytics Architecture(we named it : FootBase)