Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 773 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 773 Bytes

okdata-pipeline-jvm

Collection of JVM pipeline components for Origo dataplattform.

Components

Setup

  1. Install Serverless Framework
  2. Install Serverless plugins: make init

Formatting code

Code is formatted using black: make format.

Running tests

Tests are run using tox: make test.

Deploy

Deploy to both dev and prod is automatic via GitHub Actions on push to main. You can alternatively deploy from local machine with: make deploy or make deploy-prod.