Skip to content

Latest commit

 

History

96 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bigdata-pipeline

###Latest Release https://github.com/BigDataCorp/bigdata-pipeline/releases/tag/0.8

###Documentation Documentation

###Install Wiki Documentation on Install

Main Features

  1. Mono support
  2. Refactored Module System
  3. Plugable Web endpoints (Nancy controllers and views)

Refactored Module System

The system has evolved to have plugins/modules for:

  1. Authentication
  2. Storage
  3. Action
  4. System
  5. Nancy Controller and View

Available Storage Modules

Note: Only one storage module can be used. If more than one is installed, only the first one is loaded...

  1. MongoDb Storage: uses mongodb for storage (mono and windows)
  2. SQLite Storage: windows only

Notes on using MongoDb Storage

A connection string and database name must be configured in the app.config: Connection string format

mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]]

Sample configuration:

  <appSettings>
	<add key="mongoConnectionString" value="mongodb://username:password@localhost:27017/admin" />
	<add key="mongoDatabaseName" value="BigdataPipeline" />
  </appSettings>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

16 watching

Forks

Releases

Packages

Contributors

Languages