https://github.com/hellsan631/loopback-connector-aerospike
Connect Loopback to an Aerospike database - WIP
https://github.com/hellsan631/loopback-connector-aerospike
Last synced: 10 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T09:05:12.000Z (over 10 years ago)
- Last Synced: 2025-08-26T11:59:39.827Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# loopback-connector-aerospike
[](https://travis-ci.org/hellsan631/loopback-connector-aerospike) [](https://codeclimate.com/github/hellsan631/loopback-connector-aerospike) [](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)