0.10.4 • Published 3 months ago

@vulcan-sql/catalog-server v0.10.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

catalog-server

This package serves as a catalog page for VulcanSQL.

Install

  1. Install package

    npm i @vulcan-sql/catalog-server
  2. Use @vulcan-sql/cli to start the catalog server. (The VulcanSQL server needs to listen first.)

    ```bash
    vulcan catalog
    ```
  3. Open in browser. By default, it is http://localhost:4200.

Running a Production

  1. Use @vulcan-sql/cli to generate the catalog server assets.

    Node.js:

      vulcan package -o node -t catalog-server

    Copy the files in the ./dist folder to your production servers. Then run npm install && node index.js to start the server.

    Docker:

      vulcan package -o docker -t catalog-server
      docker build -t <tag> ./dist

Configurations (optional)

These are some configurations related with catalog in vulcan.yaml.

  • The listen port can be change or just directly use vulcan catalog -p 4200.
  • The production packager folderPath also can be change if needed.
# change the listen port
catalog:
  port: 4200

# change the production packager folder path
node-packager:
  catalog-server:
    folderPath: dist
docker-packager:
  catalog-server:
    folderPath: dist
0.10.4

4 months ago

0.10.4-beta.0

4 months ago

0.10.3

4 months ago

0.10.3-beta.0

4 months ago

0.9.1-beta.0

9 months ago

0.7.2-beta.0

9 months ago

0.7.0-beta.0

10 months ago

0.9.0

9 months ago

0.7.2

9 months ago

0.6.0-beta.0

10 months ago

0.7.1

9 months ago

0.9.1

9 months ago

0.7.0

10 months ago

0.9.0-beta.0

9 months ago

0.7.1-beta.0

9 months ago

0.10.1

7 months ago

0.10.2

6 months ago

0.10.0-beta.0

7 months ago

0.10.2-beta.0

6 months ago

0.10.1-beta.0

7 months ago

0.10.0

7 months ago

0.8.0-beta.0

9 months ago

0.8.1-beta.0

9 months ago

0.8.1

9 months ago

0.8.0

9 months ago

0.6.0

10 months ago

0.5.3-beta.0

10 months ago

0.5.3

10 months ago

0.5.2

10 months ago

0.5.2-beta.0

10 months ago

0.5.1

11 months ago

0.5.1-beta.0

11 months ago

0.5.0-beta.0

11 months ago