문제

I recently came in touch with the Oracle NoSQL Database.
It appears as though one can connect to it only from Java (more info here). Is it possible to work with this DB from other languages, like say: Python, Erlang, C++ e.t.c. ? OR its like the usual 11G database which can be talked to via ODBC, Oracle Drivers e.t.c. ?

Anyone with more info on this, i will appreciate so much

도움이 되었습니까?

해결책

Have a look at this: https://github.com/yeysus/14a

I don't know the current developement status though, and the support of interaction might be limited, as Java is the main language to go with this DB.

If it's about NoSQL without Java and you have the choice, something like MongoDB oder CouchDB might be the better choice!

다른 팁

Sorry, old post. But, I will still go ahead and respond, just in case if there are other folks facing similar issues.

Oracle NoSQL does has drivers for python, javascript. Please see below links :

Python : https://pypi.python.org/pypi/nosqldb JavaScript : https://www.npmjs.com/package/nosqldb-oraclejs

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top