Skip to content

Commit 9024e2f

Browse files
committed
add extensions to intro page
1 parent 6696973 commit 9024e2f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/doc/docs/intro.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ Discover how to validate and sanitize API parameters in VulcanSQL. This feature
3131
1. [Handling Data Privacy](./data-privacy/overview):
3232
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.
3333

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+
3444
### API Catalog & Documentation
3545
1. [API Catalog](catalog/intro):
3646
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

Comments
 (0)