GJ Flannery, the Head of Community at Flipside Crypto, discusses the onboarding process and documentation for Flipside's data analytics tool. He also explains how Flipside provides resources for beginners in data analysis and offers insights into how engineers and project founders can benefit from Flipside's data and offerings. GJ explains Flipside's revenue model, which includes a stake delegations from the Solana Foundation and the distribution of tokens to community members from their staked validator. He highlights the importance of data transparency and the public goods provided by Flipside. He also discusses the infrastructure and maintenance required to keep the data accessible and up-to-date. The conversation concludes with insights into the onboarding process for analysts and the involvement of academics in the Flipside community. Solfate Podcast, January 2024
# Search
curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "dHKIcLg7q64Wrp8Y3t9LAKkHNwMsJz6nXRqTn12EX6o", "query": "What is alexanDRIA library?"}'
# Query
curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "dHKIcLg7q64Wrp8Y3t9LAKkHNwMsJz6nXRqTn12EX6o", "level": 2}'