You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,24 +23,28 @@
23
23
</a>
24
24
</p>
25
25
26
-
## What is VulcanSQL
26
+
## What is VulcanSQL?
27
27
28
-
**[VulcanSQL](https://vulcansql.com/) is a Data API Framework for data applications** that helps data folks create and share data APIs faster. It turns your SQL templates into data APIs. No backend skills required.
28
+
**[VulcanSQL](https://vulcansql.com/) 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!
29
29
30
30

31
31
32
-
## Online Playground
32
+
## What Problems does VulcanSQL aim to solve?
33
33
34
-
Use [Online Playground](https://codesandbox.io/p/sandbox/vulcansql-demo-wfd834)to get a taste of VulcanSQL!
34
+
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.
35
35
36
-
## Examples
36
+
## Online Playground
37
37
38
-
Need Inspiration?! Discover a [selected compilation of examples](https://github.com/Canner/vulcan-sql-examples) showcasing the use of VulcanSQL!
38
+
Use [Online Playground](https://codesandbox.io/p/sandbox/vulcansql-demo-wfd834) to get a taste of VulcanSQL!
Need inspiration? Here are a [selected compilation of examples](https://github.com/Canner/vulcan-sql-examples) showcasing how you can use VulcanSQL!
47
+
44
48
## How VulcanSQL works?
45
49
46
50
💻 **Build**
@@ -49,7 +53,7 @@ VulcanSQL offers a development experience similar to dbt. Just insert variables
49
53
50
54
🚀 **Accelerate**
51
55
52
-
VulcanSQL uses DuckDB as a caching layer, boosting your query speed and API response time. This means faster, smoother data APIs for you and less strain on your data sources.
56
+
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.
53
57
54
58
🔥 **Deploy**
55
59
@@ -82,7 +86,7 @@ Below are some common scenarios that you may be interested:
82
86
83
87
👏 **Data sharing**: Sharing data with partners, vendors, or customers, which requires a secure and scalable way to expose data.
84
88
85
-
⚙️ **Internal tools**: Integration with internal tools like AppSmith and Retools, etc.
89
+
⚙️ **Internal tools**: Integration with internal tools like Zapier, AppSmith and Retools, etc.
Copy file name to clipboardExpand all lines: packages/doc/docs/intro.mdx
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,16 @@ Discover how to validate and sanitize API parameters in VulcanSQL. This feature
31
31
1.[Handling Data Privacy](./data-privacy/overview):
32
32
Explore the mechanisms and practices for handling data privacy in VulcanSQL. It encompasses practices and measures implemented to safeguard personal, confidential, or regulated information from unauthorized access, misuse, or disclosure.
33
33
34
+
### Extensions
35
+
36
+
VulcanSQL allows you to extend its core functionalities through extensions.
37
+
38
+
1.[dbt](./extensions/dbt): VulcanSQL supports queries from dbt's SQL models directly.
39
+
If you use dbt to create some models, you can make APIs for them instantly.
40
+
2.[Hugging Face](./extensions/huggingface/overview): With this plugin, you can leverage
41
+
the power of language models to generate SQL quries using natural language.
42
+
3.[API](./extensions/api): You can access data from 3rd parties through calling REST APIs with this extension.
43
+
34
44
### API Catalog & Documentation
35
45
1.[API Catalog](catalog/intro):
36
46
Learn how to create an API catalog with VulcanSQL, providing a centralized repository for all your Data APIs. This catalog enables easy discovery, management, and sharing of APIs within your organization.
0 commit comments