Coder Social home page Coder Social logo

dvt's Introduction

ZipLock

Description: Pairs Data.

Project Setup

  1. Java 8
  2. Local Instance of MySql 5.6+

Testing

Unit Tests

  1. mvn test

Integration Tests

  1. Have Databases set up and all integeration points defined in the config file
  2. mvn it:test

Deploying

  • Can deploy via Docker, RPM, or JAR file
  • Can be used as CLI or API
  • Monitoring services and logging.

How to deploy

JAR

  1. mvn clean package install
  2. cd ziplock-xl/target
  3. artifact jar will have prefix of ziplock-xl
  4. to run java -jar ziplock-xl-x.jar {config_file.json}

API

  1. mvn clean package install
  2. cd ziplock-api/target
  3. artifact jar will have prefix of ziplock-api
  4. to run java -jar ziplock-api-x.jar server {config_file.yml}

Troubleshooting & Useful Tools

Examples of common tasks for CLI

e.g.

  • How to ensure my data doesn't suck.
  • Does the Janus workflow work, flow?
  • Streaming through cliques of data for clickstream parity.

Examples of common tasks for API

API End Points

  • GET /datasets
  • POST /datasets
  • DELETE /datasets/{id}
  • GET /datasets/{id}
  • PUT /datasets/{id}
  • GET /datasources
  • POST /datasources
  • DELETE /datasources/{id}
  • GET /datasources/{id}
  • PUT /datasources/{id}
  • POST /fields
  • GET /fields/{id}
  • GET /relations
  • POST /relations
  • GET /relations/{id}
  • GET /reporters
  • POST /reporters
  • GET /runs
  • POST /runs
  • GET /runs/{id}

Contributing changes

  • Internal git flow
  • Pull request guidelines
  • Jira - DS:TA
  • "Please open github issues"

License

dvt's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.