Using OrientDB

89 views
Skip to first unread message

Renaud

unread,
Nov 9, 2015, 5:17:08 PM11/9/15
to Lucee
Hi,

Is their a way to make Lucee and OrientDB work together.
I am a little bit confused about API & Drivers ; I lack depth technical knowledge.


Thanks for any advices.

mark

unread,
Nov 9, 2015, 6:54:35 PM11/9/15
to Lucee
The easiest way to get started with OrientDB in Lucee is through the rest/http api and cfhttp,
someone out there created a driver for Railo but it's a couple years old and for an older version OrientDB.
Silly question but is a graph db really needed in your Lucee app?

Renaud

unread,
Nov 10, 2015, 5:34:33 AM11/10/15
to Lucee

Silly question but is a graph db really needed in your Lucee app?


This is more a technological survey and test for prospective purpose.
This is ColdFusion Summit right now and I was wondering Adobe sight of view about NoSQL (https://cfsummit.adobeevents.com/schedule/sessions/coldfusion_and_nosql.html)
Thanks.  

Chris Blackwell

unread,
Nov 10, 2015, 6:50:27 AM11/10/15
to Lucee
Orient DB supports jdbc so you should be able to add the driver to your lucee install and create a custom datasource to connect to OrientDB


--
Love Lucee? Become a supporter and be part of the Lucee project today! - http://lucee.org/supporters/become-a-supporter.html
---
You received this message because you are subscribed to the Google Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/0aeeaf86-2a4f-46d0-a88e-bc7dd034eb42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

mark

unread,
Nov 10, 2015, 8:08:17 AM11/10/15
to Lucee
The JDBC driver is very limited and really meant for a database gui or reporting tool.

Chris Blackwell

unread,
Nov 10, 2015, 10:42:59 AM11/10/15
to Lucee
Well, i've never used it in production, but i did setup orientdb with lucee, using jdbc and worked through several tutorials.  While i'm not sure what limitations you're referring too, i was able to perform CRUD operations directly via <cfquery> using orientdb's subset of SQL, which means it presents a familiar interface to cfml dev's 



mark

unread,
Nov 10, 2015, 8:11:55 PM11/10/15
to Lucee
Yes, for crud I think it's fine,  I also had tried the jdbc and had issues with parameterized queries which I don't think it supported at the time,
Orientdb's SQL is so much like regular SQL it leaves it open to plain old sql injections, OrientDB has functions (stored procedures) to help prevent
sqli but not sure if the jdbc driver could execute them.

Renaud

unread,
Nov 13, 2015, 7:31:22 AM11/13/15
to Lucee
Hi
In which folder should I put the jdbc driver ?

Also, Lucee administrator offer many other Datasource JDBC. Are they installed, or should I get them before ?
H2 seem to remplace Derby. Is there any specific reason ?

Thanks
Reply all
Reply to author
Forward
0 new messages