Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Rename repository from vulcan to vulcan-sql #65

Merged
merged 2 commits into from
Sep 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://i.imgur.com/4stUffD.png" width="600" >
<img src="https://i.imgur.com/dqWx61T.png" width="600" >
</p>

<p align="center">
Expand All @@ -9,8 +9,8 @@
<a aria-label="NPM version" href="https://www.npmjs.com/package/@vulcan-sql/core">
<img alt="" src="https://img.shields.io/npm/v/@vulcan-sql/core?color=orange&style=for-the-badge">
</a>
<a aria-label="License" href="https://github.com/Canner/vulcan/blob/develop/LICENSE">
<img alt="" src="https://img.shields.io/github/license/canner/vulcan?color=orange&style=for-the-badge">
<a aria-label="License" href="https://github.com/Canner/vulcan-sql/blob/develop/LICENSE">
<img alt="" src="https://img.shields.io/github/license/canner/vulcan-sql?color=orange&style=for-the-badge">
</a>
<a aria-label="Join the community on GitHub" href="https://join.slack.com/t/vulcan-bhi6765/shared_invite/zt-1dzixpy38-pKrcewZ6eM3wSqAs6~is8Q">
<img alt="" src="https://img.shields.io/badge/-JOIN%20THE%20COMMUNITY-orange?style=for-the-badge&logo=Slack&labelColor=black&logoWidth=20">
Expand All @@ -19,7 +19,7 @@

> 🚀 Release in Sep 2022.

## Why Vulcan
## Why VulcanSQL
> ⚡️ Data analyst / analytical engineers’ time should focus on important matters like data transformation and communicating with data consumers on high level.

<p align="center">
Expand All @@ -32,9 +32,9 @@ Data analysts and analytical engineers often take lots of time helping data cons
<img src="https://i.imgur.com/dn5kzXC.png" width="800" >
</p>

With Vulcan, we prepare what data consumers need for you. Imagine you can **unify the data access by building APIs instantly with just SQL. Authorization, validation, pagination features work out of the box.**
With VulcanSQL, we prepare what data consumers need for you. Imagine you can **unify the data access by building APIs instantly with just SQL. Authorization, validation, pagination features work out of the box.**

Vulcan also builds documentations and a self-serve catalog, so **data consumers can understand the data and get data from the tools they’re using all by themselves without using any SQL**.
VulcanSQL also builds documentations and a self-serve catalog, so **data consumers can understand the data and get data from the tools they’re using all by themselves without using any SQL**.

## Features
- Build API instantly with just SQL.
Expand All @@ -43,7 +43,7 @@ Vulcan also builds documentations and a self-serve catalog, so **data consumers
- API documentation is automatically built.
- Self-serve API catalog for data consumers. A step-by-step guide to get data from Excel / Google spreadsheet, Zapier, Retool, etc.

## How Vulcan works?
## How VulcanSQL works?

### Step 1: Instant API with just SQL.
<p align="center">
Expand Down Expand Up @@ -138,9 +138,9 @@ Response

### Step 2: Build self-serve documentation and catalog

Vulcan will automatically build documentation and catalog.
VulcanSQL will automatically build documentation and catalog.

- **Catalog**: Vulcan will build a catalog page for data consumers. This page will consist of more clear information on data that is exposed as APIs. Description, Column information are all included.
- **Catalog**: VulcanSQL will build a catalog page for data consumers. This page will consist of more clear information on data that is exposed as APIs. Description, Column information are all included.

<p align="center">
<img src="https://i.imgur.com/qz6swW2.png" width="800" >
Expand All @@ -150,7 +150,7 @@ Vulcan will automatically build documentation and catalog.
<img src="https://i.imgur.com/YZFczO3.png" width="800" >
</p>

- **API Documentation**: Vulcan will build a swagger page for backend engineers.
- **API Documentation**: VulcanSQL will build a swagger page for backend engineers.

<p align="center">
<img src="https://i.imgur.com/oH9UEoD.png" width="800" >
Expand Down Expand Up @@ -183,18 +183,18 @@ On API catalog page, you can preview data here and connect from your own framewo

- brew
```sql
brew install vulcan
brew install vulcan-sql
```


## Quickstart

1. Initialize a Vulcan project
1. Initialize a VulcanSQL project
```bash
vulcan init --name my-first-vulcan-project && cd my-first-vulcan-project
```

2. Start Vulcan server.
2. Start VulcanSQL server.
```bash
vulcan start --watch
```
Expand Down Expand Up @@ -233,5 +233,5 @@ On API catalog page, you can preview data here and connect from your own framewo

## Community
* Welcome to our [Slack](https://join.slack.com/t/vulcan-bhi6765/shared_invite/zt-1dzixpy38-pKrcewZ6eM3wSqAs6~is8Q) to give us feedbacks!
* If any issues, please visit [Github Issues](https://github.com/Canner/vulcan/issues)
* If any issues, please visit [Github Issues](https://github.com/Canner/vulcan-sql/issues)

8 changes: 4 additions & 4 deletions labs/playground1/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Playground 1 - Basic Vulcan project with MoMA dataset
# Playground 1 - Basic VulcanSQL project with MoMA dataset

This project contains these resources for testing your development:

- Latest Vulcan packages that are built from local files.
- Basic Vulcan configuration.
- Latest VulcanSQL packages that are built from local files.
- Basic VulcanSQL configuration.
- In-memory data warehouse - [DuckDB](https://duckdb.org/) and its driver.
- Testing data: [The Museum of Modern Art (MoMA)](https://github.com/MuseumofModernArt/collection).

Expand All @@ -14,7 +14,7 @@ cd ./lab/playground1
make
```

- This command installs Vulcan CLI too, you can use `vulcan start` instead of `make` if the source codes aren’t changed.
- This command installs VulcanSQL CLI too, you can use `vulcan start` instead of `make` if the source codes aren’t changed.

## Testing Data

Expand Down
4 changes: 2 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcan-sql/build",
"description": "Vulcan package for building projects",
"description": "VulcanSQL package for building projects",
"version": "0.1.0-alpha.1",
"type": "commonjs",
"publishConfig": {
Expand All @@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
"url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT",
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcan-sql/cli",
"description": "CLI tools for Vulcan",
"description": "CLI tools for VulcanSQL",
"version": "0.1.0-alpha.1",
"type": "commonjs",
"bin": {
Expand All @@ -21,7 +21,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
"url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcan-sql/core",
"description": "Core package of Vulcan",
"description": "Core package of VulcanSQL",
"version": "0.1.0-alpha.1",
"type": "commonjs",
"publishConfig": {
Expand All @@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
"url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions packages/extension-dbt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcan-sql/extension-dbt",
"description": "Using dbt models form Vulcan projects",
"description": "Using dbt models form VulcanSQL projects",
"version": "0.1.0-alpha.1",
"type": "commonjs",
"publishConfig": {
Expand All @@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
"url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT",
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vulcan-sql/serve",
"description": "Vulcan package for serving projects",
"description": "VulcanSQL package for serving projects",
"version": "0.1.0-alpha.1",
"type": "commonjs",
"publishConfig": {
Expand All @@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
"url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
"url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT",
"peerDependencies": {
Expand Down