[orientdb] Re: [SPOILER ALERT!] OrientDB 1.7-rc2: Walk through the graph

2014-03-03 Thread Dodong Juan
When will 1.7 be released ..? Been testing the SNAPSHOTS on 1.7rc , but is giving me a lot of headaches .. On Monday, March 3, 2014 3:33:41 PM UTC-5, Jonathan Rosen wrote: > > This looks cool Luca. It would be great to add some features to the REST > API that give finer grained control over nav

[orientdb] OrientDB, RecordID, REST, JSON, from a newbie perspective

2014-03-03 Thread TonyB
Hi All, I'm new to OrientDB, I came across it last week in my endless search for a NoSQL database to match my needs. I've been evaluating a few databases so far and OrientDB looks to be a perfect match for me. So with that I downloaded it (1.7-rc1) last Tuesday and started reading the docs, a

[orientdb] Re: [SPOILER ALERT!] OrientDB 1.7-rc2: Walk through the graph

2014-03-03 Thread Jonathan Rosen
This looks cool Luca. It would be great to add some features to the REST API that give finer grained control over navigating the graph. For example, when trying to pull all the edges and vertices connected to a specific vertex, there is a lot of extraneous data (i.e. rids of edges connected to

[orientdb] Re: Class name problem, BINARY PROTOCOL

2014-03-03 Thread Pawel K.
Thanks. I changed my code to identify type relying on clusterid instead of internal class name. Pawel On Monday, March 3, 2014 1:32:09 PM UTC+1, Fabrizio Fortino wrote: > > AFAIK the class name has been removed from documents. Take a look at this > issue https://github.com/orientechnologies/orie

Re: [orientdb] Re: SQL, REST Transactions

2014-03-03 Thread Waclaw Szymkowiak
https://github.com/orientechnologies/orientdb/issues/2010 https://github.com/orientechnologies/orientdb/issues/1056 On Mon, Mar 3, 2014 at 11:17 AM, vaclav77 wrote: > It would certainly be nice to keep all the documentation in one place but > this looks like a step in the right direction: > htt

[orientdb] Re: Not able to connect to db 1.7 rc2 SNAPSHOT

2014-03-03 Thread Shishya
Any solutions please pals... Regards On Thursday, February 27, 2014 4:45:04 PM UTC+5:30, madhu wrote: > > Hi, > > I started orientdb distributed server. And when I try to get connection > from DB, it is giving following exception. > > *Version: orientdb-community-1.7-rc2-20140227.020256-62-dist

[orientdb] Re: SQL, REST Transactions

2014-03-03 Thread vaclav77
It would certainly be nice to keep all the documentation in one place but this looks like a step in the right direction: https://github.com/orientechnologies/orientdb/issues/2010 On Saturday, March 1, 2014 2:15:43 AM UTC-6, vaclav77 wrote: > I tried searching on the forum and looked at the docu

[orientdb] Build Failure - Version 1.6.4

2014-03-03 Thread Nhat Nguyen
Hi, I wanted to build the current stable OrientDB Version 1.6.4 . Unfortunately I get an error message every time i try. *My procedure:* //cloning the repo git clone https://github.com/orientechnologies/orientdb.git cd orientdb git checkout tags/1.6.4 ant clean installg *Result:* BUILD FAILE

[orientdb] Re: NPE on create database

2014-03-03 Thread Fabrizio Fortino
Moreover, when I try to access the database using the root pwd it works but executing the following query: select from OUser produces this result: +++-+--+- # |@RID|OUser@OUser@name|passwor

[orientdb] NPE on create database

2014-03-03 Thread Fabrizio Fortino
Hi guys, I am using the latest SNAPSHOT from develop branch (commit e17366c97aef77d4ee512982dc36cfca33d2631d). I have a NullPointerException creating a database. Here are the steps: 1) start the server 2) access the console (http://localhost:2480) 3) Click on Create new database 4) Input db nam

Re: [orientdb] How to delete records with errors reported by check database?

2014-03-03 Thread Shishya
Hi Luca, Is there some option available to fix the corrupt records.. Or any documenttaion for of * check database Check database integrity Regards On Saturday, June 23, 2012 8:12:01 PM UTC+5:30, Lvc@ wrote: > > Hi, > a new tool to repair the data

[orientdb] OrientDB for scale-able based Web / Mobile App

2014-03-03 Thread Gaurav Dhiman
Hi, I got introduced to OrientDB recently. I am coming after evaluating many NoSQl DBs like MongoDB, ArangoDB and WakandaDB. Left Mongo as its not normalized (no optimized links), left Arango and Wakanda as they can not scale-out. Scaling out is important for my app as it might grow up fast. Till

Re: [orientdb] 1.7-rc2 Memory Issue -- Unexpected loss of data

2014-03-03 Thread Shishya
I could not share the database as per our rules. I can provide any kind of test logs though. On Friday, February 28, 2014 9:04:48 PM UTC+5:30, Andrey Lomakin wrote: > > I mean I will manage to find space for database but is it possible > according to your rules ? > Also could you provide your te

[orientdb] problem with OObjectEntitySerializer

2014-03-03 Thread Andrea Zoleo
Hi, I have the following entities to be persisted via object database. when i call OObjectDatabaseTx.setAutomaticSchemaGeneration(true); odb.getEntityManager().registerEntityClasses(classN

Re: [orientdb] Re: Having problems using OrientGraphFactory getting connection exception

2014-03-03 Thread Artem Orobets
Hi Thom, 2480 is for http connections, so 2424 is correct one. It's a mistake in documentation. Best regards, Artem Orobets * Orient Technologiesthe Company behind OrientDB* 2014-03-03 13:44 GMT+02:00 Thom : > Hi Andrey thanks for looking into this! > > I have played around with it some more

[orientdb] Re: Class name problem, BINARY PROTOCOL

2014-03-03 Thread Fabrizio Fortino
AFAIK the class name has been removed from documents. Take a look at this issue https://github.com/orientechnologies/orientdb/issues/1818 On Saturday, March 1, 2014 5:22:02 PM UTC, Pawel K. wrote: > > Hi guys, > > Using recent SNAPSHOT I can't identify properly class name in binary > protocol. >

[orientdb] Re: Having problems using OrientGraphFactory getting connection exception

2014-03-03 Thread Thom
Hi Andrey thanks for looking into this! I have played around with it some more and it now seems to work if i use remote:localhost:2424. using remote:0.0.0.0:2424 works as well. Not sure why but i can't reproduce the second exception I was getting above! Using Port 2480 doesnt work. Maybe the por

[orientdb] Re: Timeseries use case and insert command.

2014-03-03 Thread Nikolas
I tried something with a graph model but without success so... if someone can post an SQL sample ;) Thank you! Le dimanche 2 mars 2014 22:48:57 UTC+1, Thomas Kennedy a écrit : > > It would be great if anybody who had an example could post one here. > > On Sunday, 2 March 2014 21:25:30 UTC, Thom

Re: [orientdb] EXTEND class of E - it affects the speed of data retrieval?

2014-03-03 Thread Lebnik
Thank you. пятница, 28 февраля 2014 г., 22:28:09 UTC+4 пользователь Lvc@ написал: > > Hi, > I think the question is about subclassing E: what are the pros/cons. The > pros is that OrientDB better partitionates the graph and make browsing > faster. > > Lvc@ > > > > On 28 February 2014 16:56, Andr