Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vulcan-sql/catalog-server

Package Overview
Dependencies
Maintainers
6
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vulcan-sql/catalog-server

Catalog server for VulcanSQL

  • 0.10.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-28.57%
Maintainers
6
Weekly downloads
 
Created
Source

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.)

    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

Keywords

FAQs

Package last updated on 18 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc