Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 590 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 590 Bytes

Webalytic/data-storage

The service is responsible for the following:

  • subscribe on events from log-processing service, write all data to database
  • provide API for QueryEngine base on Cube.JS

Package.json scripts

# Start main process: consumer, handler and producer 
yarn start

# Run test, unit + integration
yarn test

# Run unit tests
yarn test:unit

# Run integration tests
yarn test:integration

# Run unit test with coverage report 
yarn coverage

# Check EsLint
yarn lint

# Check TypeScript
yarn ts-check