-
Notifications
You must be signed in to change notification settings - Fork 52
Design
Aleksey edited this page Feb 8, 2020
·
6 revisions
Bitquery widgets are a set of user interface components for building rich analytical interfaces. They are specialized to used with the blockchain data, and intended to use with the GraphQL interface to bitquery.io analytical backend.
The whole system is combined from independent components:
- backend data storage. It stores the data, extracted from blockchains in tables;
- GraphQL interface for queries. This allows to specify which data is required, and it will decide how to query backend tables to deliver the data required;
- Bitquery widgets, displaying data from GraphQL queries to the web interface
- A web page or application, embedding widgets to build ultimate user interface for users