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
- Host: GitHub
- URL: https://github.com/orienteerbap/orientdb-oda-birt
- Owner: OrienteerBAP
- License: apache-2.0
- Created: 2017-02-08T06:43:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T18:24:42.000Z (about 4 years ago)
- Last Synced: 2025-03-25T05:43:02.374Z (about 2 months ago)
- Topics: adapter, birt, eclipse, eclipse-plugin, orientdb, orienteer
- Language: Java
- Size: 17 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```