Skip to content
forked from Canner/vulcan-sql

Open-source Analytical Data API Framework for data apps. It turns SQL queries into RESTful APIs in no time!

License

Notifications You must be signed in to change notification settings

JSYOU/vulcan-sql

 
 

Repository files navigation

What is VulcanSQL?

VulcanSQL is an Analytical Data API Framework for data apps. It aims to help data professionals deliver RESTful APIs from databases, data warehouses or data lakes much easier and faster. It turns your SQL queries into REST APIs in no time!

overview of VulcanSQL

What Problems does VulcanSQL aim to solve?

Given the vast amount of analytical data in databases, data warehouses, and data lakes, there is currently no easy method for data professionals to share data with relevant stakeholders for operational business use cases.

Online Playground

Use Online Playground to get a taste of VulcanSQL!

Installation

Please visit the installation guide.

Examples

Need inspiration? Here are a selected compilation of examples showcasing how you can use VulcanSQL!

How VulcanSQL works?

💻 Build

VulcanSQL offers a development experience similar to dbt. Just insert variables into your templated SQL. VulcanSQL accepts input from your API and generates SQL statements on the fly.

🚀 Accelerate

VulcanSQL uses DuckDB as a caching layer, boosting your query speed and reducing API response time. This means faster, smoother data APIs for you and less strain on your data sources.

🔥 Deploy

VulcanSQL offers flexible deployment options - whether you prefer Docker or command-based setups. Our package command assists in bundling your assets, ensuring a smooth transition from development to deployment of your data APIs.

❤️ Share

VulcanSQL offers many data sharing options, seamlessly integrating your data into familiar applications within your workflow.

Documentation

Below are some common scenarios that you may be interested:

Use Cases

📈 Customer-facing analytics: Expose analytics in your SaaS product for customers to understand how the product is performing for them via customer dashboards, insights, and reports.

👏 Data sharing: Sharing data with partners, vendors, or customers, which requires a secure and scalable way to expose data.

⚙️ Internal tools: Integration with internal tools like Zapier, AppSmith and Retools, etc.

Community

About

Open-source Analytical Data API Framework for data apps. It turns SQL queries into RESTful APIs in no time!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.5%
  • MDX 11.5%
  • JavaScript 1.0%
  • CSS 0.7%
  • Makefile 0.2%
  • Less 0.1%