New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ticithub-refdata-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ticithub-refdata-api

Reference Data API

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Refdata

Generic reference data service

Runnig as a docker container

  • Clone this repository:
git clone git@github.com:TICitHub/refdata.git
  • Clone your reference data repository or get the reference data objects from some other location on the file system:
git clone https://github.com/TICitHub/reference-data-objects.git
or
cp -r /mnt/shared/reference-data-objects reference-data
  • Copy reference data into the working directory:
cp -r ./reference-data/schema ./schema
cp -r ./reference-data/data ./data
  • Build docker container
docker build .

Runnig in development (standalone) mode

  • Clone this repository:
git clone https://github.com/TICitHub/refdata.git
  • Clone your reference data repository or get the reference data objects from some other location on the file system:
git clone https://github.com/TICitHub/reference-data-objects.git
or
cp -r /mnt/shared/reference-data-objects reference-data-objects
  • Setup environment variables (or create a .env file)
cd refdata

export SERVICE_PORT=3101
export NODE_ENV=dev
export SCHEMA_LOCATION=../reference-data-objects
export DATA_LOCATION=../reference-data-objects/data
  • Install dependencies
npm i
  • Run service
npm run standalone

FAQs

Package last updated on 11 Sep 2018

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