ObjectDB ObjectDB

Exporting the data out of the ObjectDB

#1

Hi,

We are currently looking at ObjectDB for high performance / high volume transaction processing system.

However we want to work on one of the aspects that is the data should be able to pulled out of the ObjectDB to some sort of Big Data File system or Relation DB for reporting / analytics purpose.

In the end Iwe are going to need a separate reporting datastore because we don’t really want our OLTP to be affected by data intensive reporting and analytics requirements.
This could be handled using some kind of pub/sub mechanism out of the box from the ODBMS.

 

Do you support any connectors for this kind of request currently ? Appreciate your help.

 

Thanks,

Sandeep

edit
delete
#2

Currently, migrating data between ObjectDB and other data stores requires writing dedicated code.

If the other data store supports JPA (and JPA is supported for most popular RDBMS), you can use JPA to retrieve entity objects from ObjectDB and then store them in the other data store.

ObjectDB Support
edit
delete
#3

Thank you so there is no out of box tool that is available, i will essentially have to write java module with JPA to retrieve entity and then using some kind of ORM or direct JDBC persist them to relational store ? Thank you.

edit
delete
#4

No out of the box tool available now.

You may subscribe (and vote) for this feature request.

ObjectDB Support
edit
delete

Reply

To post on this website please sign in.