An open API service indexing awesome lists of open source software.

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"

Awesome Lists containing this project

README

          

![Moleculer logo](http://moleculer.services/images/banner.png)

[![Build Status](https://travis-ci.org/saeedtabrizi/moleculer-db-adapter-orientdb.svg?branch=master)](https://travis-ci.org/saeedtabrizi/moleculer-db-adapter-orientdb)
[![Coverage Status](https://coveralls.io/repos/github/saeedtabrizi/moleculer-db-adapter-orientdb/badge.svg?branch=master)](https://coveralls.io/github/saeedtabrizi/moleculer-db-adapter-orientdb?branch=master)

[![David](https://img.shields.io/david/saeedtabrizi/moleculer-db-adapter-orientdb.svg)](https://david-dm.org/SaeedTabrizi/moleculer-db-adapter-orientdb)
[![Known Vulnerabilities](https://snyk.io/test/github/SaeedTabrizi/moleculer-db-adapter-orientdb/badge.svg)](https://snyk.io/test/github/SaeedTabrizi/moleculer-db-adapter-orientdb)
[![Join the chat at https://gitter.im/moleculerjs/moleculer](https://badges.gitter.im/moleculerjs/moleculer.svg)](https://gitter.im/moleculerjs/moleculer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

# moleculer-db-adapter-orientdb [![NPM version](https://img.shields.io/npm/v/moleculer-db-adapter-orientdb.svg)](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

[![@icebob](https://img.shields.io/badge/github-moleculerjs-green.svg)](https://github.com/moleculerjs) [![@icebob](https://img.shields.io/badge/twitter-Icebobcsi-blue.svg)](https://twitter.com/Icebobcsi)