0.4.4 • Published 12 years ago

seed v0.4.4

Weekly downloads
240
License
-
Repository
github
Last release
12 years ago

Seed

Storage-agnostic event emitting datasets.

Seed provides an API layer for working with relational datasets. The data can be streams of data or large tables of metrics. At it's heart Seed is an event based ORM tool, but it will also allow for realtime analysis, aggregation, and whatnot. The focus is to allow for datasets from many sources to be modeled, monitored, analyzed, and acted upon.

Some possible implementations:

  • Realtime notifications of status updates on social networks.
  • KPI monitoriing and alerts based on realtime sales data for shopping sites.
  • ... are you using it? Message @logicalparadox with your use cases.

Installation

Package is available through npm.

$ npm install seed

Components

Seed consists of four main components:

Hash

Schema

Model

Graph

Storage Engines

Seed comes with a Memory based storage engine. Need an alternative?

Where to Get Help

Please post issues to GitHub Issues. Community forum is available at the Google Group.

Tests

Tests are writting in Sherlock. Make sure you have that installed, clone this repo, install dependacies using npm install.

$ sherlock test/*.test.js

Contributors

Interested in contributing? Fork to get started. Contact @logicalparadox if you are interested in being regular contributor.

License

(The MIT License)

Copyright (c) 2011 Jake Luer jake@alogicalparadox.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0.4.4

12 years ago

0.4.3

12 years ago

0.4.2

12 years ago

0.4.1

12 years ago

0.4.0

12 years ago

0.3.5

12 years ago

0.3.4

12 years ago

0.3.3

12 years ago

0.3.2

12 years ago

0.3.1

12 years ago

0.3.0

12 years ago

0.2.5-1

12 years ago

0.2.5

12 years ago

0.2.4

13 years ago

0.2.3

13 years ago

0.2.2

13 years ago

0.2.1

13 years ago

0.2.0

13 years ago

0.1.12

13 years ago

0.1.11

13 years ago

0.1.10

13 years ago

0.1.9

13 years ago

0.1.8

13 years ago

0.1.7

13 years ago

0.1.6

13 years ago

0.1.5

13 years ago

0.1.4

13 years ago

0.1.3

13 years ago

0.1.2

13 years ago

0.1.1

13 years ago

0.1.0

13 years ago

0.0.11

13 years ago

0.0.10

13 years ago

0.0.9

13 years ago

0.0.7

13 years ago

0.0.6

13 years ago

0.0.4

13 years ago

0.0.3

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago