OrientDB Birt Plugin (OrientDB ODA BIRT driver)

What is this?

This is plugin for use OrientDB in BIRT reports as DataSource. Can be used as Eclipse plugin or Maven package - it is need, if you use BIRT runtime package.

How to…

How to install as Eclipse plugin

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

<repositories>
	<repository>
		<id>snapshots-repo</id>
		<url>https://oss.sonatype.org/content/repositories/snapshots</url>
		<releases>
			<enabled>false</enabled>
		</releases>
		<snapshots>
			<enabled>true</enabled>
		</snapshots>
	</repository>
</repositories>

Maven package dependency

<dependency>
  <groupId>org.orienteer</groupId>
  <artifactId>org.orienteer.birt.orientdb</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>