0.5.0 • Published 11 years ago

waterline-dirty v0.5.0

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

Waterline

Waterline is a new kind of storage and retrieval engine. It provides a uniform API for accessing stuff from different kinds of databases, protocols, and 3rd party APIs. That means you write the same code to get users, whether they live in mySQL, LDAP, MongoDB, or Facebook.

Waterline also comes with built-in transaction support, as well as a configurable environment setting.

NOTE: Waterline is currently in unreleased alpha-- that means it's not production ready! If you want to use waterline in a production app, please contribute. Currentliy, the plan is for an open alpha release early next year (2013). Thanks!

Adapters currently supported

(* not yet complete)

Datastores:

  • Dirty (in memory and simple disk JSON store)
  • mySQL*
  • mongoDB*
  • redis*
  • cassandra*
  • oracle*
  • postgres*
  • db2*
  • mssql*

Misc:

  • HTTP ( client for api integrations and unit testing )*
  • Socket.io / WebSockets ( client for api integrations and unit testing )*
  • LDAP*
  • Active Directory*
  • Mandril (hosted email from MailChimp)*
  • Facebook friends*
  • Tweets*
  • SMTP*
  • IMAP*

Writing adapters

It's easy to add your own adapters for integrating with proprietary systems or existing open APIs. For most things, it's as easy as require('some-module') and mapping the appropriate methods to match waterline semantics.

githalytics.com alpha

0.5.0

11 years ago

0.4.9

11 years ago

0.4.8

11 years ago

0.4.7

11 years ago

0.4.6

11 years ago

0.4.5

11 years ago

0.4.4

11 years ago

0.4.3

11 years ago

0.4.2

11 years ago

0.4.1

11 years ago

0.3.0

11 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.8

11 years ago

0.0.0502

11 years ago

0.0.0501

11 years ago

0.0.05

11 years ago

0.0.04

11 years ago

0.0.03

11 years ago

0.0.02

11 years ago

0.0.01

11 years ago

0.0.0

11 years ago