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

https://github.com/orienteerbap/orientdb-oda-birt

OrientDB Data Source for Eclipse BIRT
https://github.com/orienteerbap/orientdb-oda-birt

adapter birt eclipse eclipse-plugin orientdb orienteer

Last synced: about 2 months ago
JSON representation

OrientDB Data Source for Eclipse BIRT

Awesome Lists containing this project

README

        

## OrientDB Birt Plugin (OrientDB ODA BIRT driver)

### What is this?

This is plugin for use [OrientDB](http://orientdb.com/) in [BIRT](https://www.eclipse.org/birt/) reports as DataSource.
Can be used as [Eclipse plugin](https://orienteerbap.github.io/orientdb-oda-birt/) or Maven package - it is need, if you use [BIRT runtime package](https://mvnrepository.com/artifact/org.eclipse.birt.runtime).

### How to...

#### How to install as Eclipse plugin

- Run you Eclipse
- Follow Help->Install new software
- Add resource site [https://orienteerbap.github.io/orientdb-oda-birt/](https://orienteerbap.github.io/orientdb-oda-birt/)
- Install plugin and all dependencies. Plugin versions equals OrientDB versions.

You may use it with binary or HTTP OrientDB API. Now not support HTTP API parameters.

#### How to install as Maven package

Include in your POM next snippets:

Sonatype snapshot repository

```


snapshots-repo
https://oss.sonatype.org/content/repositories/snapshots

false


true

```

Maven package dependency

```

org.orienteer
org.orienteer.birt.orientdb
1.0-SNAPSHOT

```