Hierarchical data structures are often stored in relational databases. This kind of storage is flexible but flat, so the tree structure has to be build with each query. I want to ... |
Are there any reliable and well-known NoSQL DBs available that support JTA transactions? In my application I need to store some data to the RDBMS DB and some data to the ... |
Do you know any open source software that uses Orient DB? Or have you used that product yourself? Any experiences to share?
I have recently looked into Orient DB, ... |
I just wonder if there are any JDBC implementations (in some extent, as much as possible) for any NoSql DB (opensource or proprietary)?
How do you think, is it possible that this ... |
I need graph database for my project. I want to perform shortest path operation on the graph. I searched google and found neo4j, InfoGrid and sones. I am not sure which ... |
I want to find out more about NoSQL databases/data-stores available for use from Java, and so far I tried out Project Voldemort. Except for awfully chosen name, it seems fine so ... |
I am interacting with large sequential sets of data in Java. Ideally, I'm searching for a library where I can store streaming data (think sequences of immutable objects) and then jump ... |
|
I am working on a web application related to Discussion forums using Java and Cassandra database.
I need to construct 'keys' for the rows storing the user's details and & another ... |
I have a school project in which I am creating a Non Relational Document (or Key Value if suggested to) DBMS. Pretty much I am only looking for the outline of ... |
I am making a makeshift non relational database management system. What I am actually implementing may defeat the purpose of why you would use a non relational database, but this is ... |
looking for a NoSQL DB to Embed into my Java Application.
so far I only found OrientDB as a Embeddable DB in Java Application.
- Is there any other options ?
Thanks,
Mohammad
|
Can anyone help with advice how to organize not relational database for multilingual site? Here it is some questions about this stuff but with MySQL, etc. "multilanguage" is not only static ... |
Suggest me an embedded database engine(for Java) to store 1000000 records in minimum time.
It should provide the full text search facility (Actually i want Firefox's Awesome-bar like FTS searching used ... |
there are popular frameworks out there such as MyBatis (former iBatis), and Hibernate to work with relational databases.
Can i get some advised from the community whether are there such frameworks available ... |
I have a reasonably simple a reasonably system that are conceptually 100,000's of small/simple JSON documents. I want to switch from mysql to a distributed system for redundancy and backup purposes.
Its ... |
|