Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.34 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.34 KB

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>