This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

orgid-explorer-cache

0.1.12 • Public • Published

orgid-explorer-cache

Backend service for orgid-explorer.

Run with node management/scrape.js Use --reinit flag to drop existing tables and recreate empty DB. Also useful for first-time usage.

Example

nvm use
npm i
WT_CONFIG=dev node management/scrape.js --reinit
npm run dev

Then use

WT_CONFIG=dev node management/scrape.js

to update.

Configuration

Configurable envvars:

  • WT_CONFIG - Environment (dev/test/prod)
  • LOG_LEVEL - Log level
  • BASE_URL - Base URL where deployed
  • DB_PASSWORD - Postgres database password (unless sqlite is used)

See src/config/ for more options.

/orgid-explorer-cache/

    Package Sidebar

    Install

    npm i orgid-explorer-cache

    Weekly Downloads

    0

    Version

    0.1.12

    License

    Apache-2.0

    Unpacked Size

    83.3 kB

    Total Files

    33

    Last publish

    Collaborators

    • devopswindingtree
    • kvakes