Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

sparcedge/turbine-data-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turbine Data Loader

A data loader for TurbineDB written in Clojure.

Getting Started

Compile

$ lein compile

Run

$ lein run <conf.json> <optional input file>

Package (Create Jar)

$ lein uberjar

Running

Provides two alternate modes

Input file (Loads data via input file)

$ java -jar data-loader.jar <conf.json> <input.json>

Stdin (Loads data via standard in

$ java -jar data-loader.jar <conf.json>)

Configuration

    {
        "turbine-base": "http://localhost:8080",
        "database": "mydb",
        "collection": "mycoll"
    }

Input

All input (via file or stdin) is a list of json events delimited by a newline '\n'

License

This project is Copyright (c) 2015 SPARC and open sourced under the MIT License.

About

A project to help load turbine data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published