Velocity
Velocity is an analytics platform that provides the community with on-chain data for many cryptocurrency projects. It provides SQL search capabilities with the ability to analyize results with several different methods. Flipside's community of users primarily use this tool to participate in metric bounties that the company creates and manages.
Model
Queries
Velocity has a Query Editor, which allows users to write their own SQL queries. Users can save their queries, share them, and easily make copies of queries other people have shared.
The Query Editor supports caching:

Charts
Velocity has a Chart Editor, which allows users to generate charts based on a queries results set. There are multiple types of charts that can be created, and they have various stylistic customization options.
Dashboards
Velocity has a Dashboard Editor, which allows users to create a dashboard to showcase their charts and tables of their query results. When submitting Bounties, users submit a dashboard showcasing and describing their work.
Collections
A collection is a set of Queries and Dashboards - effectively a folder structure. Collections, like queries and dashboards individually, can all be shared with other users or kept private.
Links
- https://app.flipsidecrypto.com/velocity (production)
- https://app.stg.flipsidecrypto.com/velocity (staging)
Related Apps and Services
- Flipside App - the velocity webapp
- GraphQL API - nodejs app, in progress to replace the go api
- Platform API - legacy api, written in golang