FeatureBaseDB / featurebase-examples

Examples for FeatureBase Community
MIT License
6 stars 1 forks source link

Snow: A dashboard for querying and getting graphs of data. #2

Open kordless opened 1 year ago

kordless commented 1 year ago

This example would illustrate the use of querying FeatureBase for data and then displaying the data in a wide variety of different visualized graphs, using chart.js or other JS based graphing libraries.

image

Uses SQL synthesis from a call to GPT-3 to write SQL.

Uses a simple Python Flask file to display the dashboard and handle calls to FB and GPT-3.