Re: [web2py] Re: Current status of adapting OrientDB for web2py
Hi Vasile, You've probably heard that the 1.0 release for OrientDB is out: http://code.google.com/p/orient/downloads/detail?name=orientdb-graphed-1.0.zip I'd be very curious to take a look at the samples you were working on and if you're still interested in working on a DAL adapter. Cheers, Nolan On Sunday, March 18, 2012 3:32:17 PM UTC-7, Vasile Ermicioi wrote: > > hi, > > I can write one, > I tried it (some samples), I like its concept and features (key value db, > document db, and graph db, sql queries, full text index support and so on) > but I am waiting for the 1.0 release which is planned to be released in > mid of April according to their roadmap >
[web2py] Current status of adapting OrientDB for web2py
I'm researching the nosql and graph database landscape for a web2py application that will require the schema to evolve over time and provide network/graph analysis metrics. I started by looking at the Tinkerpop (http://tinkerpop.com/) stack and the Bulbflow (http://bulbflow.com/) python library for interacting with Tinkerpop graph databases like Neo4j and OrientDB. It looks like there was interest a few months back in adapting OrientDB's sql interface for web2py, and there is an open issue: - http://code.google.com/p/web2py/issues/detail?id=407 A few questions: What is the current status of an OrientDB/web2py adapter? Is anyone currently using a graph database with web2py? Any suggestions for using web2py DAI/templates with non-rdbms sources? Cheers, Nolan