Skip to main content

Installation

To begin using VulcanSQL catalog feature, you will need to install the VulcanSQL @vulcan-sql/catalog-server package depend on which executed version of VulcanSQL.

Install From Binary

In binary version, VulcanSQL will pull the docker image of ghcr.io/canner/vulcan-sql/catalog-server from Github Packages.

If you need catalog-server package to empower your development, just make sure your docker is running and run:

vulcan catalog

Then, it will start listening in http://localhost:4200.

Install from NPM

Preparing the installation

Before installing the VulcanSQL catalog-server from NPM, make sure the following requirements are installed on your computer:

  • Node.js: Only versions above v16 are supported.
  • Your preferred Node.js package manager: NPM or Yarn

NPM Install

npm i @vulcan-sql/catalog-server
info

At the moment, @vulcan-sql/catalog-server should be installed per project

After installing @vulcan-sql/catalog-server, you can run:

vulcan catalog

Then, it will start listening in http://localhost:4200.

Next Step

Head to Introduction to learn what's feature that catalog provided.