Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellsan631/loopback-connector-aerospike
Connect Loopback to an Aerospike database - WIP
https://github.com/hellsan631/loopback-connector-aerospike
Last synced: 2 months ago
JSON representation
Connect Loopback to an Aerospike database - WIP
- Host: GitHub
- URL: https://github.com/hellsan631/loopback-connector-aerospike
- Owner: hellsan631
- License: mit
- Created: 2015-04-11T07:01:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T09:05:12.000Z (about 9 years ago)
- Last Synced: 2023-04-07T22:42:21.124Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# loopback-connector-aerospike
[![Build Status](https://travis-ci.org/hellsan631/loopback-connector-aerospike.svg)](https://travis-ci.org/hellsan631/loopback-connector-aerospike) [![Code Climate](https://codeclimate.com/github/hellsan631/loopback-connector-aerospike/badges/gpa.svg)](https://codeclimate.com/github/hellsan631/loopback-connector-aerospike) [![bitHound Score](https://www.bithound.io/github/hellsan631/loopback-connector-aerospike/badges/score.svg?)](https://www.bithound.io/github/hellsan631/loopback-connector-aerospike)Connect Loopback to an Aerospike Database
###Notes (development reading)
- [AS NodeJS Express Example App](http://www.aerospike.com/docs/client/nodejs/examples/node_express_aerospike.html)
- [AS NodeJS Client](https://github.com/aerospike/aerospike-client-nodejs)
- [AS NodeJS Docs](https://github.com/aerospike/aerospike-client-nodejs/blob/master/docs/README.md)
- [AS Feature Guide](http://www.aerospike.com/docs/guide/kvs.html)
- [LB Couchbase Connector](https://github.com/guardly/loopback-connector-couchbase/blob/master/lib/cb.js)
- [LB MongoDB Connector](https://github.com/strongloop/loopback-connector-mongodb/blob/master/lib/mongodb.js)
- [LB Datasource Juggler Tests](https://github.com/strongloop/loopback-datasource-juggler/tree/master/test)