Has any one used Mongo DB with ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Has any one used Mongo DB with ofbiz

S K Pradeep kumar
Hi All,

Has any one used Mongo DB with ofbiz?

Please give me some idea.

thanks in advance.

With regards,
S K Pradeep kumar,
9980609494
Reply | Threaded
Open this post in threaded view
|

Re: Has any one used Mongo DB with ofbiz

dhiraj.g
Hi Pradeep,
ofbiz support many databases like postgrsql,oracle,DB2,Sybase,Mysql etc with its defind  datafield type  in ofbiz framework. Mongo DB database is new for ofbiz.In ofbiz there is no define datafiledtype of Mongo DB . Firstly you make datafiledtype.xml of Mongo DB in folder Ofbiz/framework/entity/fieldtype. after it you follws the further process.........





Thanks
 Dhiraj  Gupta
9990220686
Ofbiz ERP Consutant(user/developer)

 
Dhiraj Gupta
Reply | Threaded
Open this post in threaded view
|

Re: Has any one used Mongo DB with ofbiz

Jacques Le Roux
Administrator
Mmm... MongoDB is NOSQL...

http://www.mongodb.org/display/DOCS/SQL+to+Mongo+Mapping+Chart

Jacques

From: "dhiraj.g" <[hidden email]>

> Hi Pradeep,
> ofbiz support many databases like postgrsql,oracle,DB2,Sybase,Mysql etc with
> its defind  datafield type  in ofbiz framework. Mongo DB database is new for
> ofbiz.In ofbiz there is no define datafiledtype of Mongo DB . Firstly you
> make datafiledtype.xml of Mongo DB in folder
> Ofbiz/framework/entity/fieldtype. after it you follws the further
> process.........
>
>
>
>
>
> Thanks
> Dhiraj  Gupta
> 9990220686
> Ofbiz ERP Consutant(user/developer)
>
>
>
> -----
> dhirajgupta
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/Has-any-one-used-Mongo-DB-with-ofbiz-tp3917694p3917716.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
Reply | Threaded
Open this post in threaded view
|

Re: Has any one used Mongo DB with ofbiz

dhiraj.g
Hi Jacques
Does only sql based db is supported Ofbiz..


Dhiraj Gupta
Reply | Threaded
Open this post in threaded view
|

Re: Has any one used Mongo DB with ofbiz

c.schinzer
That's what I thought: Mongo is NoSQL and clearly, OFBIZ needs the
Structured Query Language.

Actually the solutions that OFBiz provides for the core data model are
invariably bound to a relational database with a hierarchical data model.

Mongo (and other nosql) may be of use for cacheing objects in larger setups
and high-performance installations of OFBiz, however, putting the core data
model into NoSQL types will not give any benfit, rather the opposite.

My 0.02 EUR so far.
Regards


Carsten