Skip to content

Commit 8bb4910

Browse files
authored
Merge pull request #65 from Canner/chore/rename-repo
2 parents 2e31094 + 92da42b commit 8bb4910

File tree

8 files changed

+29
-29
lines changed

8 files changed

+29
-29
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://i.imgur.com/4stUffD.png" width="600" >
2+
<img src="https://i.imgur.com/dqWx61T.png" width="600" >
33
</p>
44

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

2020
> 🚀 Release in Sep 2022.
2121
22-
## Why Vulcan
22+
## Why VulcanSQL
2323
> ⚡️ Data analyst / analytical engineers’ time should focus on important matters like data transformation and communicating with data consumers on high level.
2424
2525
<p align="center">
@@ -32,9 +32,9 @@ Data analysts and analytical engineers often take lots of time helping data cons
3232
<img src="https://i.imgur.com/dn5kzXC.png" width="800" >
3333
</p>
3434

35-
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.**
35+
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.**
3636

37-
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**.
37+
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**.
3838

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

46-
## How Vulcan works?
46+
## How VulcanSQL works?
4747

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

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

141-
Vulcan will automatically build documentation and catalog.
141+
VulcanSQL will automatically build documentation and catalog.
142142

143-
- **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.
143+
- **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.
144144

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

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

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

184184
- brew
185185
```sql
186-
brew install vulcan
186+
brew install vulcan-sql
187187
```
188188

189189

190190
## Quickstart
191191

192-
1. Initialize a Vulcan project
192+
1. Initialize a VulcanSQL project
193193
```bash
194194
vulcan init --name my-first-vulcan-project && cd my-first-vulcan-project
195195
```
196196

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

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

labs/playground1/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Playground 1 - Basic Vulcan project with MoMA dataset
1+
# Playground 1 - Basic VulcanSQL project with MoMA dataset
22

33
This project contains these resources for testing your development:
44

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

@@ -14,7 +14,7 @@ cd ./lab/playground1
1414
make
1515
```
1616

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

1919
## Testing Data
2020

packages/build/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vulcan-sql/build",
3-
"description": "Vulcan package for building projects",
3+
"description": "VulcanSQL package for building projects",
44
"version": "0.1.0-alpha.1",
55
"type": "commonjs",
66
"publishConfig": {
@@ -18,7 +18,7 @@
1818
],
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/Canner/vulcan.git"
21+
"url": "https://github.com/Canner/vulcan-sql.git"
2222
},
2323
"license": "MIT",
2424
"peerDependencies": {

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vulcan-sql/cli",
3-
"description": "CLI tools for Vulcan",
3+
"description": "CLI tools for VulcanSQL",
44
"version": "0.1.0-alpha.1",
55
"type": "commonjs",
66
"bin": {
@@ -21,7 +21,7 @@
2121
],
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/Canner/vulcan.git"
24+
"url": "https://github.com/Canner/vulcan-sql.git"
2525
},
2626
"license": "MIT"
2727
}

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vulcan-sql/core",
3-
"description": "Core package of Vulcan",
3+
"description": "Core package of VulcanSQL",
44
"version": "0.1.0-alpha.1",
55
"type": "commonjs",
66
"publishConfig": {
@@ -18,7 +18,7 @@
1818
],
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/Canner/vulcan.git"
21+
"url": "https://github.com/Canner/vulcan-sql.git"
2222
},
2323
"license": "MIT"
2424
}

packages/extension-dbt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vulcan-sql/extension-dbt",
3-
"description": "Using dbt models form Vulcan projects",
3+
"description": "Using dbt models form VulcanSQL projects",
44
"version": "0.1.0-alpha.1",
55
"type": "commonjs",
66
"publishConfig": {
@@ -19,7 +19,7 @@
1919
],
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/Canner/vulcan.git"
22+
"url": "https://github.com/Canner/vulcan-sql.git"
2323
},
2424
"license": "MIT",
2525
"peerDependencies": {

packages/serve/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vulcan-sql/serve",
3-
"description": "Vulcan package for serving projects",
3+
"description": "VulcanSQL package for serving projects",
44
"version": "0.1.0-alpha.1",
55
"type": "commonjs",
66
"publishConfig": {
@@ -18,7 +18,7 @@
1818
],
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/Canner/vulcan.git"
21+
"url": "https://github.com/Canner/vulcan-sql.git"
2222
},
2323
"license": "MIT",
2424
"peerDependencies": {

packages/test-utility/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/Canner/vulcan.git"
21+
"url": "https://github.com/Canner/vulcan-sql.git"
2222
},
2323
"license": "MIT",
2424
"peerDependencies": {

0 commit comments

Comments
 (0)