https://github.com/saeedtabrizi/moleculer-db-adapter-orientdb
Moleculer orientdb database adapter"
https://github.com/saeedtabrizi/moleculer-db-adapter-orientdb
Last synced: 8 months ago
JSON representation
Moleculer orientdb database adapter"
- Host: GitHub
- URL: https://github.com/saeedtabrizi/moleculer-db-adapter-orientdb
- Owner: saeedtabrizi
- License: mit
- Created: 2019-09-14T06:59:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T07:55:48.000Z (over 5 years ago)
- Last Synced: 2025-03-17T05:47:43.108Z (9 months ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-moleculer - moleculer-db-adapter-orientdb - Moleculer [orientDB](https://orientdb.org/) database adapter. (Services / Databases and Stores)
README

[](https://travis-ci.org/saeedtabrizi/moleculer-db-adapter-orientdb)
[](https://coveralls.io/github/saeedtabrizi/moleculer-db-adapter-orientdb?branch=master)
[](https://david-dm.org/SaeedTabrizi/moleculer-db-adapter-orientdb)
[](https://snyk.io/test/github/SaeedTabrizi/moleculer-db-adapter-orientdb)
[](https://gitter.im/moleculerjs/moleculer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
# moleculer-db-adapter-orientdb [](https://www.npmjs.com/package/moleculer-db-adapter-orientdb)
Moleculer orientdb database adapter
## Features
## Install
```
npm install moleculer-db-adapter-orientdb --save
```
## Usage
# Test
Run orientdb server in docker
```
$ docker run -d --name orientdb -p 2424:2424 -p 2480:2480 -e ORIENTDB_ROOT_PASSWORD=root orientdb:latest
```
Or start orientdb docker if already exists container
```
$ docker start orientdb
```
Run test
```
$ npm test
```
In development with watching
```
$ npm run ci
```
# Contribution
Please send pull requests improving the usage and fixing bugs, improving documentation and providing better examples, or providing some testing, because these things are important.
# License
The project is available under the [MIT license](https://tldrlegal.com/license/mit-license).
# Contact
Copyright (c) 2019 Saeed Tabrizi
[](https://github.com/moleculerjs) [](https://twitter.com/Icebobcsi)