https://github.com/bdfoster/nomatic-arangodb-adapter
ArangoDB Adapter for nomatic-data
https://github.com/bdfoster/nomatic-arangodb-adapter
Last synced: 17 days ago
JSON representation
ArangoDB Adapter for nomatic-data
- Host: GitHub
- URL: https://github.com/bdfoster/nomatic-arangodb-adapter
- Owner: bdfoster
- License: mit
- Created: 2017-09-27T10:17:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T19:42:35.000Z (over 2 years ago)
- Last Synced: 2025-03-18T10:11:54.471Z (29 days ago)
- Language: TypeScript
- Homepage: https://bdfoster.github.io/nomatic-arangodb-adapter
- Size: 244 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-arangodb - nomatic-arangodb-adapter
README
# nomatic-arangodb-adapter
[](https://greenkeeper.io/)
[](https://github.com/semantic-release/semantic-release)
[](https://github.com/bdfoster/nomatic-arangodb-adapter/releases)
[](https://www.npmjs.com/package/nomatic-arangodb-adapter)
[](https://travis-ci.org/bdfoster/nomatic-arangodb-adapter)
[](https://coveralls.io/github/bdfoster/nomatic-arangodb-adapter)
[](https://snyk.io/test/github/bdfoster/nomatic-arangodb-adapter)
[](https://david-dm.org/bdfoster/nomatic-arangodb-adapter)
[](https://david-dm.org/bdfoster/nomatic-arangodb-adapter?type=dev)
[](https://david-dm.org/bdfoster/nomatic-arangodb-adapter?type=peer)
[](https://github.com/bdfoster/nomatic-arangodb-adapter/blob/master/LICENSE)ArangoDB Adapter for [nomatic-data](https://github.com/bdfoster/nomatic-data)
[nomatic-data](https://npmjs.com/package/nomatic-data) can use this package to interact
with an [ArangoDB](https://arangodb.com) database.You can also write your own adapter for [nomatic-data](https://github.com/bdfoster/nomatic-data)
to interact with other databases and even APIs. Just use this package as an example, if needed.### Installation
You can install from [npm](https://npmjs.com/package/nomatic-arangodb-adapter) by doing:
```bash
npm i --save nomatic-arangodb-adapter nomatic-data
```