OrientDB supports and combines wide spectrum of the most popular features and concepts which can be found in various types of database management systems, for example: document oriented storage graph oriented: implements tinkerpop and provides support for the Gremlin graph traversal language ...
11
votes
5answers
1k views
NoSQL / RDBMS hybrid?
Is there a database out there that gives you the benefit of referential integrity and being able to use a SQL type language for querying, but also lets entities be loosely defined with respect to ...
10
votes
0answers
361 views
OrientDB: stories from the trenches? [closed]
Currently I am looking a little bit closer at OrientDB, and must say that I am quite impressed:
both embeddable and server deployment
no impedance mismatch between (java) objects and persistance
...
7
votes
1answer
931 views
Any Open Source software using Orient DB database? Have you any experiences with that database?
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, and it has nice and interesting ...
5
votes
4answers
620 views
Is it possible to work with OrientDB using C#?
Are there any implementations, api or examples of OrientDB and C#. The reason I am looking at OrientDB is becuase it's the only one that I found that is a combination of Graph and Document.
Any ...
3
votes
3answers
165 views
Java program having trouble with Unicode, Turkish, and enums
I am using a lib which has an enum type with consts like these;
Type.SHORT
Type.LONG
Type.FLOAT
Type.STRING
While I am debugging in Eclipse, I got an error:
No enum const class Type.STRİNG
As I ...
3
votes
3answers
268 views
Directional Relationships with different name for each direction
In GraphDB platforms (Net4j, OrientDB, FlockDB, HyperGraphDB...) it is possible to define relationships between nodes.
I need to define directional relationships, such that the relation has different ...
2
votes
4answers
157 views
Graph Database to Count Direct Relations
I'm trying to graph the linking structure of a web site so I can model how pages on a given domain link to each other. Note I'm not graphing links to sites not on the root domain.
Obviously this ...
1
vote
0answers
32 views
Can't figure out how to get Blueprint.NET to work with OrientDB. Anyone else get it to work?
I have been trying to use Blueprint.NET, which is supposed to be a C# implementation of Tinkerpop, to access OrientDB. I've been scouring the website and emailed the developer but have been unable to ...
1
vote
3answers
74 views
Deserialize a JSON Response from OrientDB in CSharp
I started testing OrientDB. I get the following JSON Response from the Demo Database:
{ "schema": {
"name": "OUser",
"properties":{
"roles":{
"name": "roles",
...
1
vote
1answer
319 views
Does OrientDB allow multiple edges for one or more vertex?
I tried searching on this, but could not find any simple answer. Based on a image in this link it seems like it does, but I am not sure.
What I am talking about are examples like this:
Example 1: ...
0
votes
1answer
71 views
OrientDB: Find all vertices that have no direct neighbour vertex of a given class
Using OrientDB's query language, how can find all vertices in cluster a that have no outgoing edge ending in a vertex of class b (i.e. no direct neighbour vertex of class b)?
It does not matter if ...
0
votes
2answers
36 views
Can I find all vertices that have no connected edges in OrientDB?
Is there an easy way to query a cluster for all vertices that have no incoming edges?
0
votes
1answer
198 views
What is Orientdb?
I've been reading about OrientDB for a while now, and I'm a bit confused about the "Editions" of the software.
The main version sounds like it's just the document store, but things on the internet ...
0
votes
1answer
46 views
what's the concept of mandatory in orientdb?
I'm trying OrientDB.
Most of concepts are easy and clear to understand. But there was one unfamiliar concept. The mandatory. What's this?
0
votes
1answer
197 views
Java: How to store List<Object> in OrientDB?
Is there a sample code that shows how to store and retrieve List fields?
0
votes
1answer
83 views
Graph database to return a list of common friends among 2 person in a social network
Are there any graph database(s) that has a built-in feature to return a list of common friends among 2 or more people - just like in a social network like Facebook? The result should be returned as ...
0
votes
1answer
378 views
OrientDB create link problem
Can someone please explain me what am I doing wrong here? I can't
seem to get the link working. When it creates the link why does it say
it created 0 links? and when I want to remove postid why does ...
0
votes
1answer
205 views
Orientdb client using 100% cpu after connection has been established
When I use the following code in a servlet running in tomcat7 (also tested in tomcat6) on Ubuntu 10.10 Server (openjdk 1.6.0_20 64bit), the java process uses 100% cpu and above after the connection ...
0
votes
1answer
181 views
Why exception throws while closing the connection?
I'm tring to use orientdb. The sample is very simple:
package models;
import java.util.List;
import com.orientechnologies.orient.core.db.object.ODatabaseObjectPool;
import ...
0
votes
2answers
395 views
Is there any possibility to port OrientDB to .NET (C#)
By ikvm or any other tool, is it possible to port OrientDb to .NET(C#) ? I asked this because they said this is so tiny database :)
Or converting low level java library to c# is not safe?
Yes ...
0
votes
1answer
483 views
How is the OrientDB used on famous web services?
I saw the presentation http://code.google.com/p/orient/wiki/Presentations.
They're talking the product is used on Twitter, Facebook, Amazon, Google.. and etc. What isthe product used for?