Re: [orientdb] Re: [Breaking News] CallidusCloud Acquires OrientDB, the Leading Multi-Model Database Technology

2017-09-22 Thread adam
ss works as expected, but perhaps those who are more invested in mysql will view the situation different. -Adam On Friday, September 22, 2017 at 9:42:49 AM UTC-4, Manabu Tokunaga wrote: > > Interesting discussions. I have been in many situations where "I've been > acquired. Every

[orientdb] Re: [Breaking News] CallidusCloud Acquires OrientDB, the Leading Multi-Model Database Technology

2017-09-21 Thread adam
n that. But more clarity is important for the community. -Adam On Thursday, September 21, 2017 at 4:51:09 PM UTC-4, Hristo Stoyanov wrote: > > Luca- Congratulations! > > Now ti is very important to have an official announcement on the fate of > the OrientDB Community Edit

[orientdb] Re: [Breaking News] CallidusCloud Acquires OrientDB, the Leading Multi-Model Database Technology

2017-09-19 Thread adam
Congrats On Tuesday, September 19, 2017 at 3:11:16 PM UTC-4, l.garulli wrote: > > Hi guys, > > I'd like to share this amazing news with the community: > > > http://orientdb.com/calliduscloud-acquires-orientdb-the-leading-multi-model-database-technology/ > > Best Regards, > > Luca Garulli > Founder

[orientdb] using OrientDB with low memory in Plocal embedded

2017-09-17 Thread adam
forcing more IO with cache misses. Does OrientDB work similar, or is it prone to crash? The numbers I typically see with OrientDB are heap and Direct sizes in in the mutli-GB. How does OrientDb fare with a lower memory setting (I am hoping it fares well, just runs slower-er)? -Adam

[orientdb] Nashorn JS - prevent System.exit()

2017-09-12 Thread adam
n Nashorn. But this should be a good starting point. Best, -Adam -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+unsubscr...@goog

Re: [orientdb] Nashorn JS Driver/wrapper

2017-09-12 Thread adam
/nashorn/api.html#classfilter_introduction You can pass the the ClassFilter to the engine, and control which classes are visible to the script engine, I will see if I can create an example that restricts System.exit(). -Adam On Tuesday, September 12, 2017 at 10:01:22 AM UTC-4, l.garulli wrote

[orientdb] Nashorn JS Driver/wrapper

2017-09-11 Thread adam
return native JS objects instead of ODocuments, which is eaiser to deal with in Nashorn. The Doc API is almost done, and later I can make the graph API. Let me know if this is something that the community might want... or perhaps it is already done I just did not see it. Best, -Adam -- --- You

[orientdb] doc outdated: ODatabaseDocumentPool is deprecated

2017-09-10 Thread adam
tead OPartitionedDatabasePool pool = new OPartitionedDatabasePool(url , > "admin", "admin_passswrd"); > ODatabaseDocumentTx db = pool.acquire(); > -Adam -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubs

Re: [orientdb] Re: error in documentation? OSQLQuery is abstract

2017-09-08 Thread adam
Lugi, You are welcome, happy to help! What is the best mechanism to provide correction to errors in the docs? Is posting here sufficient? Or should I open an issue on GitHub per each error? -Adam On Monday, September 4, 2017 at 8:56:59 AM UTC-4, Luigi Dell'Aquila wrote: > &

[orientdb] Re: error in documentation? OSQLQuery is abstract

2017-09-02 Thread adam
I think this can be fixed by just replacing OSQLQuery with OSQLSynchQuery -Adam On Saturday, September 2, 2017 at 5:32:12 PM UTC-4, ad...@cs.miami.edu wrote: > > This code in the doc : > > List result = db.query( >new OSQLQuery( > "SELECT FROM Animal WHERE i

[orientdb] error in documentation? OSQLQuery is abstract

2017-09-02 Thread adam
This code in the doc : List result = db.query( new OSQLQuery( "SELECT FROM Animal WHERE id = 10 AND NAME LIKE 'G%'" ) ); MY compiler is telling me that OSQLQuery is abstract and cannot be instanced. https://orientdb.com/docs/2.2/Document-API-Documents.html -- --- You recei

[orientdb] Re: how to select and include linked document in response

2017-08-29 Thread adam
cent. How do I in one select get all the properties of the Person > with the embedded House included as well. > > I thought Select *, expand(home) from Person would work but it only > includes the expanded Home. > > Best, > > -Adam > -- --- You received this message b

[orientdb] how to select and include linked document in response

2017-08-29 Thread adam
erson would work but it only includes the expanded Home. Best, -Adam -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+unsubscr

Re: [orientdb] why so much hate for orientDB

2017-08-26 Thread adam
harder to detect if they do an application join, which I am frequently guilty of). Best, -Adam On Saturday, August 26, 2017 at 7:58:02 PM UTC-4, l.garulli wrote: > > Hi Adam, > > Thanks for opening this topic :-) > > Most of the leaks, rants, etc. come from the same &quo

[orientdb] why so much hate for orientDB

2017-08-26 Thread adam
database incorrectly (for example not understanding how the JVM works and then thowing one's hands in the error when they get a heap error). Best, -Adam -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this

[orientdb] Time flows on Graph - FOSDEM 2015

2015-11-18 Thread Adam Hunt
Does anyone have video of this talk from this year's FOSDEM? Thanks, Adam -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to orient-da

[orientdb] Re: Distributed architecture - help setting replica

2015-08-17 Thread Adam Hunt
ing to resolve inconsistencies. I'd be greatly appreciative if a Orient guru could speak to whether or not my assumption is correct. Adam On Thursday, August 13, 2015 at 7:19:51 AM UTC-7, Ran Mizrachi wrote: > > Hi, > > I'm running 2 VMs in Windows Azure cloud services. >

[orientdb] Naming vertices, non-unique names versus unique identifiers

2015-08-17 Thread Adam Hunt
any additional information such as name, ID, location, birthday, ad infinitum in the form of a JSON document. Does it matter which string is used to name the vertices or is it simply a matter of personal preference? Thanks for your time, Adam Hunt -- --- You received this message because you

[orientdb] Re: fetching external data

2015-08-11 Thread Adam Hunt
While I've never used Rethink I can imagine more than a few real world use cases where this functionality would be useful. On Sunday, August 9, 2015 at 9:22:24 AM UTC-7, samp...@gmail.com wrote: > > Is there an equivalent to the r.http command in rethinkdb for orientdb? > > http://www.rethinkdb.c

[orientdb] Documents: Is JSON the only possible serialization?

2015-08-11 Thread Adam Hunt
The way I understand things, OrientDB is only capable of storing, parsing, and relating JSON formatted data. While I generally prefer JSON to other serizations is there any intrinsic reason that formats like XML or YAML couldn't be supported? Thanks, Adam -- --- You received this me

[orientdb] Official OrientDB Documentation

2015-08-07 Thread Adam Hunt
ikely others. Would porting the OrientDB's existing documentation to Sphinx or some other documentation generator be something that Orient Technologies and the community would be interested in? Thank you for your time, Adam Hunt [0] https://www.gitbook.com/ [1] http://sphinx-doc.org/ [

[orientdb] Re: LockObtainFailedException when creating Luncen index in 2.0.3

2015-03-11 Thread Adam Perry
BTW, it looks like this is a known issue slated for fix in 2.0.5: https://github.com/orientechnologies/orientdb/issues/3699. On Monday, March 2, 2015 at 9:49:10 AM UTC-7, Jing Chen wrote: > > Hi OrientDB team, > > I am getting this error from the console when I try to create Lucene > index. I us

[orientdb] Re: LockObtainFailedException when creating Luncen index in 2.0.3

2015-03-11 Thread Adam Perry
I'm also getting this error when creating a Lucene index through Java, or when rebuilding it. The index still creates properly and is queryable, but I'd like to make sure I'm doing everything correctly. Can anyone shed some light on this? Here's the Java code where the index is created: String

[orientdb] Re: plocal OStorageException on directory with full (777) permissions

2015-02-27 Thread Adam Perry
Thanks for your help! That did the trick. I have a memory of plocal database access automatically creating a database in some previous version of the library that I used. Was that changed? Thanks again. -- --- You received this message because you are subscribed to the Google Groups "Orient

[orientdb] plocal OStorageException on directory with full (777) permissions

2015-02-25 Thread Adam Perry
Hello! Currently using 2.0.3. I'm trying to initialize an embedded OrientGraphFactory with a plocal path but I'm getting an OStorageException every time I attempt to spin up an actual connection. Calling exists() on the factory returns false. Below is the stack trace. I'd love it if anyone cou

[orientdb] Re: OrientDB: European startups do it the hard way

2014-08-27 Thread adam wright
, Adam Wright On Wednesday, 3 July 2013 12:23:33 UTC-4, Michael Woytowitz wrote: > > Hi Luca, > > Here is my opinion for what it is worth. I have some experience with > start-ups in the US (no experience with Europe). Do agree that funding is > a big factor in "getting o