Hello. I did some work on a AWS SimpleDB adapter once using a jdbc driver made by someone else than AWS. No, DynamoDB is the cool thing and I got bored.
Start with the jdbc driver, a plain NuoDBAdaptor and the cayenne junit tests[1]. Cayenne uses lots of jdbc metadata that some of the less mature jdbc drivers lack full support of, so my guess is that you will have to work on that first. Good luck and keep us up to date! :) Btw, anyone done something similar with OrientDB or Cassandra (CQL)? Regards, Tore Halset. [1] http://cayenne.apache.org/running-unit-tests.html On 14. aug. 2012, at 14:00, Malcolm Edgar wrote: > Hi All, > > I am interested in developing a Cayenne Adaptor for the NuoDB database > https://www.nuodb.com/ > > Its a very interesting database technology for developing scale out / high > availability solutions. The stuff that relational databases struggle with. > > Presumably to get started I would need to create a NuoDBAdaptor extending * > org.apache.cayenne.dba.JdbcAdapter*. Is this the best place to start, does > anyone have any recommendations, or would like to be involved ? > > regards Malcolm Edgar
