Giter Club home page Giter Club logo

data-vault-lib's People

Contributors

jlcanela avatar

Watchers

 avatar  avatar

data-vault-lib's Issues

Feature: Generate a Hub configuration template file

Feature: Generate a Hub configuration template file

Scenario: Successfully generate a hub configuration template file from a source model file

Given a "source-model.json" model file
When a "./data-vault generate-hub-config-template -i source-model.json -o hub-config-template.json" command is run
Then execution is successful
And a hub configuration file have the expected content

Scenario: Successfully extract a raw data model from a data archive

Feature: Extract a raw data model from data archive
Scenario: Successfully extract a raw data model from a data archive
Given a zip archive "archive.zip"
When an "extract-raw-model" command is run
Then a json model file "model.json" is created

Example
./data-vault-lib extract-raw-model archive.zip model.json

Feature: Load Hub

Feature: Load Hub

Scenario: Load Hub using a source file and model configuration
Given a source file 'data/file.csv'
And a hub configuration 'model-config.json'
When run the command './data-vault load-hub --source data/file.csv --config=model-config.json'
Then the data table is created
And all the hub entries are created in the destination

Feature ExtractFilesFromZipArchive

Feature: Extract all csv files from a zip data archive

Scenario: Successfully extract csv files from a zip data archive

Given a zip archive "archive.zip" in folder "data"
When a "./data-vault extract-files -i data/archive.zip -o model.json" command is run
Then execution is successful
And all files are extracted

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.