Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canner/vulcan-sql-examples
Curated VulcanSQL show cases
https://github.com/canner/vulcan-sql-examples
analytics api-builder bigquery data data-lake data-warehouse database duckdb examples postgresql reporting restful-api sql vulcan-sql vulcansql
Last synced: 3 months ago
JSON representation
Curated VulcanSQL show cases
- Host: GitHub
- URL: https://github.com/canner/vulcan-sql-examples
- Owner: Canner
- License: apache-2.0
- Created: 2023-07-05T09:28:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T07:52:36.000Z (over 1 year ago)
- Last Synced: 2024-11-07T04:40:51.742Z (3 months ago)
- Topics: analytics, api-builder, bigquery, data, data-lake, data-warehouse, database, duckdb, examples, postgresql, reporting, restful-api, sql, vulcan-sql, vulcansql
- Language: Jupyter Notebook
- Homepage: https://vulcansql.com
- Size: 5.61 MB
- Stars: 20
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VulcanSQL Examples
This repo contains a curated list of VulcanSQL examples.
| Name | Introduction | Installed Extensions | Other Tech Stack | Deployment | Demo Link |
| --- | ---- | -------------------- | ---------------- | ---------- | --------- |
| [COVID 19 Global Data API](./covid19-global-data-api/) | https://vulcansql.com/use-cases/customer-facing-analytics/streamlit | DuckDB | Streamlit | Fly.io | https://covid19-dashboard.fly.dev/ |
| [Yelp Dataset API](./yelp-dataset-api/) | This example demonstrates how effortlessly VulcanSQL can create and share secure data APIs. | DuckDB | Cohere, LangChain, Streamlit | Fly.io | https://yelp-dataset-demo.fly.dev/ |
| [Customer Support on Twitter](./customer-support-on-twitter/) | This example demonstrates how VulcanSQL can have similarity search! | PostgreSQL, DuckDB | Neon, Cohere, LangChain, Streamlit | Fly.io | https://customer-support-on-twitter-demo.fly.dev/ |
| [Make a Admin Panel in Appsmith](./admin-panel-using-appsmith/) | https://vulcansql.com/use-cases/internal-tools/appsmith | DuckDB | | Appsmith | https://app.appsmith.com/app/food-table-powered-by-vulcansql/page1-64a6848a4d60e87c5655e3f6 |
| [Read Data from Internet](./read-data-from-internet/) | This example demonstrates how VulcanSQL can directly query data from the Internet and deliver data APIs right away. | DuckDB | | | | |
| [dbt Minimum Example Using jaffle-shop](./dbt-jaffle-shop/) | This example demonstrates how VulcanSQL can integrate with dbt by directly querying data from dbt SQL models. | DuckDB, dbt | | | |
| [Data Sharing](./data-sharing/) | This example demonstrates VulcanSQL's authentication and authorization mechanisms. | DuckDB | | | |
| [HuggingFace Table Question Answering](./huggingface/table-question-answering/) | This example demonstrates how LLMs can perform table quries, so users can ask questions in natural language. | DuckDB, HuggingFace | HuggingFace | | |
| [HuggingFace Text Generation - Using Llama2](./huggingface/text-generation/) | This example demonstrates how LLMs can perform table quries, so users can ask questions in natural language. | DuckDB, HuggingFace | HuggingFace | | |
| [VulcanSQL Benchmark test](./daily-revenue/) | https://vulcansql.com/blog/powering-rapid-data-apps-with-vulcansql | DuckDB, BigQuery | | | |
| [REST API Caller](./restapi-caller) | https://vulcansql.com/docs/extensions/api | DuckDB | | | |
| [Recipes Data API](./recipes-data-api) | This example demonstrates how VulcanSQL can integrate with ClickHouse and share data APIs in no time! | ClickHouse ||||
| [[WIP]: VulcanSQL Extensions](./vulcan-sql-extensions/) | | | | | |## Public Datasets
Here is [a list of public datasets](https://canner.notion.site/Public-Dataset-ca99a4ddf04b4993bf09da0e1640df32?pvs=4) you may find interesting and we hope they can spur your inspiration!