diff --git a/README.md b/README.md index 0824f412..55f4fc1a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-
+
@@ -9,8 +9,8 @@
@@ -32,9 +32,9 @@ Data analysts and analytical engineers often take lots of time helping data cons
@@ -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.
-
-
+
+
@@ -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.
@@ -150,7 +150,7 @@ Vulcan will automatically build documentation and catalog.
@@ -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
```
@@ -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)
diff --git a/labs/playground1/README.md b/labs/playground1/README.md
index 9209a20c..2bc79552 100644
--- a/labs/playground1/README.md
+++ b/labs/playground1/README.md
@@ -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).
@@ -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
diff --git a/packages/build/package.json b/packages/build/package.json
index 8fda415d..c3943deb 100644
--- a/packages/build/package.json
+++ b/packages/build/package.json
@@ -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": {
@@ -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": {
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 04277a04..09f82ece 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -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": {
@@ -21,7 +21,7 @@
],
"repository": {
"type": "git",
- "url": "https://github.com/Canner/vulcan.git"
+ "url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT"
}
diff --git a/packages/core/package.json b/packages/core/package.json
index 99828230..61027470 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -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": {
@@ -18,7 +18,7 @@
],
"repository": {
"type": "git",
- "url": "https://github.com/Canner/vulcan.git"
+ "url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT"
}
diff --git a/packages/extension-dbt/package.json b/packages/extension-dbt/package.json
index 0778380c..980c4a98 100644
--- a/packages/extension-dbt/package.json
+++ b/packages/extension-dbt/package.json
@@ -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": {
@@ -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": {
diff --git a/packages/serve/package.json b/packages/serve/package.json
index c09d35cf..39a8613b 100644
--- a/packages/serve/package.json
+++ b/packages/serve/package.json
@@ -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": {
@@ -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": {
diff --git a/packages/test-utility/package.json b/packages/test-utility/package.json
index 07a56f71..93f985e1 100644
--- a/packages/test-utility/package.json
+++ b/packages/test-utility/package.json
@@ -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": {