Re: [orientdb] Re: Committed to OrientDB - What are my options / limitations with JavaScript Web Application Tech

2015-07-01 Thread David Sadler
Dario, Appreciate the additional insights. Moving from Django/Python to the JavaScript world had me confused. Thanks for some clarity! -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails

Re: [orientdb] Re: Committed to OrientDB - What are my options / limitations with JavaScript Web Application Tech

2015-07-01 Thread David Sadler
Ricardo, Thanks for the alternative! -- --- 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...@googlegroups.com. For more options, visit htt

[orientdb] Re: Committed to OrientDB - What are my options / limitations with JavaScript Web Application Tech

2015-07-01 Thread David Sadler
Scott, Thanks for the guidance, appreciated and helpful! -- --- 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...@googlegroups.com. For mor

[orientdb] Re: Possible to use pessimistic locking by default (with Java API)?

2015-07-01 Thread scott molinari
Looks like it is in the plans for 2.2 https://github.com/orientechnologies/orientdb/issues/12 Scott -- --- 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: Possible to use pessimistic locking by default (with Java API)?

2015-07-01 Thread Jean-Sebastien Lemay
Hi Scott, Thanks a lot for the info. Is there any way I can verify if this feature is in the development pipeline? On Wednesday, July 1, 2015 at 1:49:09 PM UTC+8, scott molinari wrote: > > According to the docs, pessimistic transactions aren't supported. > > http://orientdb.com/docs/last/Trans

[orientdb] Re: distributed architecture : number of replica

2015-07-01 Thread yooo
Distributed configuration is quite mysterious for me. It's not clear how to update it. I don't know if it's in distributed-config.json file that I have to do the modifications or in default-distributed-db-config.json. In both cases that's not clear ho to update it. ANyway, I tried the follwoin

[orientdb] Re: User dependent edges

2015-07-01 Thread David de Sousa Seixas
Thanks, your reply really helped! It took me a while to get to the point where I could understand it, but it was worth it. terça-feira, 12 de Maio de 2015 às 14:09:55 UTC+1, Matus Zeman escreveu: > > I'm not expert in OrientDB and it's just my personal experimentation, > ideas. Nothing what you

[orientdb] Re: distributed architecture : number of replica

2015-07-01 Thread yooo
Yes you are right. I've been misleaded by the fact that, from my point of view, there is a bug in the documentation : The configuration shows as you write : China - 1 US - 2 Europe - 3 And the picture in "Multiple servers per cluster" part shows what I wrote : China - 3 US -

[orientdb] Re: distributed architecture : number of replica

2015-07-01 Thread James Wang
Interested in this as well. Is not it the other-way around? ie China - 1 US - 2 Europe - 3 On Wednesday, 1 July 2015 10:57:31 UTC+1, yooo wrote: > > > I'm trying to explain me better : > > Please take the example here : > > http://orientdb.com/docs/last/Distributed-Sharding.html > > The

[orientdb] Re: distributed architecture : number of replica

2015-07-01 Thread scott molinari
I understand what you want to know now better, but it is a realm where I myself am not very experienced. Sorry. Scott -- --- 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

Re: [orientdb] Re: How far can the dot notation go?

2015-07-01 Thread scott molinari
I am using the Studio currently. Can someone from ODB say why in Studio the dot notation is limited? Scott -- --- 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 or

Re: [orientdb] Time Series Data

2015-07-01 Thread Luigi Dell'Aquila
Hi Sajjad, I think this could be a good starting point http://www.slideshare.net/LuigiDellAquila/orientdb-time-representation Of course these are only some of the possible ways of manage time series, so maybe other users will give you other practical advice Thanks Luigi 2015-07-01 15:50 GMT+

[orientdb] Parameterized bracket filtering

2015-07-01 Thread Tom
Hi, I have 2 questions (suggestions) for bracket filtering. 1. Parameterized bracket filtering - is it possible ? This example does not work through OrientJS which can be very useful in complex query's. var sql = "select out('HAS_COMMENT')[name=:user] from #12:2"; db.query(sql, {pa

Re: [orientdb] Can we use ObjectDatabase API and GraphDatabase API

2015-07-01 Thread xvik
Hi, I'm a bit not agree. Graph api is based on documents too. So graph vertexes and edges may be used through object api. Of course, edges will not be mapped into objects (as references), but I think its a pro and not con: you can operate with properties through objects and always have very lig

Re: [orientdb] Re: Committed to OrientDB - What are my options / limitations with JavaScript Web Application Tech

2015-07-01 Thread Dário Marcelino
Ricardo beat me to it. SailsJS differs from meteor as it's server side only. This can be seen as an advantage (decoupled from the client means you can choose whatever client framework you prefer) or disadvantage (need to use 2 frameworks). To bridge that there are projects like angular-sails

Re: [orientdb] Queries in functions block Orient thread?

2015-07-01 Thread Joris de Geringel
I understand from http://orientdb.com/docs/last/Java-Multi-Threading.html that OrientDB is not multithreaded. Altough you can have seperate database instances running on seperate threads. That's why functions like above worries me, it's not working with promises or callbacks as you expect from

[orientdb] Time Series Data

2015-07-01 Thread Sajjad Daya
How is time series data managed in Orient DB? What is the best way to handle this sort of data, when a model of relationships and querying is necessary? -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop

[orientdb] Released OrientDB 2.0.12 (hotfix)

2015-07-01 Thread Luca Garulli
London, July 1st, 2015 OrientDB 2.0.12 is out. This release contains some fix you could be interested on. If you’re using OrientDB 2.0.x, please upgrade as soon as possible. This version is binary compatible with 2.0.x. DOWNLOAD ORIENTDB 2.0.12 This is the list of

Re: [orientdb] Can we use ObjectDatabase API and GraphDatabase API

2015-07-01 Thread Luca Garulli
Hi Vianney, Object API allows to work with POJOs that bind OrientDB documents . This API is not able work on top of Graph-API . If you are interested on using a Object-Graph mapping fr

Re: [orientdb] Re: How far can the dot notation go?

2015-07-01 Thread hartmut bischoff
Its definitively a matter of your schema. I tried the excersise in the ruby active-orient-implementation, works like a charme, even with 4 dots ... If it works with an adapter in pre-alpha-stage who uses the high-level http-rest-api, then any other environment should work, too Attached you fin

Re: [orientdb] Re: CSV etl using oetl.sh keep throw "User or password not valid"

2015-07-01 Thread Luca Garulli
Did you try to restart the server? Best Regards, Luca Garulli CEO at Orient Technologies LTD the Company behind OrientDB On 2 June 2015 at 03:07, Zhuo Bao wrote: > this is a bug, reported to github etl > > > On Monday, June 1, 2015 at 5:39:11 PM UTC-4, Zhuo Bao wrote: >>

[orientdb] Can we use ObjectDatabase API and GraphDatabase API

2015-07-01 Thread Vianney Grassaud
Hi, in my project we are using OrientDB to store our entity domain. We have a pure Pojo domain that's why we want to use ObjetDatabase API. But we have also to store some graph, and some vertices have a property link to an entity stored with ObjectDatabase. We are also using the framework Fra

[orientdb] Re: New UPSERT to update/insert in one command

2015-07-01 Thread Джумабеков Дулат
> > Lvc@ > Hi, we have an issue with this UPSERT feature. When using adding a new record using upsert those records are not added into indexes of that schema; Tried it in 2.1-rc4. Didn't you met this kind of issue yet? > > -- --- You received this message because you are subscribed to the

[orientdb] Re: distributed architecture : number of replica

2015-07-01 Thread yooo
I'm trying to explain me better : Please take the example here : http://orientdb.com/docs/last/Distributed-Sharding.html The configuration is as follows : { "autoDeploy": true, "hotAlignment": false, "readQuorum": 1, "writeQuorum": 2, "failureAvailableNodesLessQuorum": false, "read

[orientdb] Re: distributed architecture : number of replica

2015-07-01 Thread yooo
OK thanks for your patience. Unfortuantely, I only undertsand myself ;-) I am not speaking about automatic discovery or setting quorum, but about setting the replication factor. Thanks again. Apparently my wording is not clear. Regards -- --- You received this message because you are subs

[orientdb] Re: query using index

2015-07-01 Thread Giulia Brignoli
Hi. Try this query: select name from (select expand(key) from index:indexName) where child.name is not null and child.name like "waled%" Bye, Giulia -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop r

[orientdb] Re: distributed architecture : number of replica

2015-07-01 Thread scott molinari
Oh, and the answer about where to set the quorum is also in the link above. Scott -- --- 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...@

[orientdb] Re: distributed architecture : number of replica

2015-07-01 Thread scott molinari
>From what I understand, the OrientDB distributed system uses Hazelcast and automatic discovery and binding of nodes into the cluster. http://orientdb.com/docs/last/Distributed-Configuration.html You can also manually add the nodes in the Hazelcast config file. Take a look at the example under

[orientdb] Re: How does cluster selection work?

2015-07-01 Thread bryan
Hi all. i'm using Orientdb 2.0.11. is this a bug? how can i to do change cluster selection? 2015년 6월 1일 월요일 오후 9시 30분 44초 UTC+9, Anthony Hebig 님의 말: > > Same problem here with distributed mode (same thing with non-distributed > mode). > > There are some problems with the studio plugin too : >

[orientdb] Re: distributed architecture : number of replica

2015-07-01 Thread yooo
One more precision : in doc http://orientdb.com/docs/last/Distributed-Configuration.html, about writeQuorum, it is stated : On "write" operation (any write on database) is the number of responses to be coherent before to send the response to the client. Set to 1 if you don't want t

[orientdb] Re: distributed architecture : number of replica

2015-07-01 Thread yooo
Hello, thanks for the answer. But I think I didn't express me well if you look at this slide (which is well written) : http://fr.slideshare.net/orientdb/orientdb-distributed-architecture-v20?related=1 in slide 15 it is written that replication + sharding works like RAID. in slide 16 th

[orientdb] Re: year: property or vertex?

2015-07-01 Thread alessandrorota04
Hi Dennis, I think that a standard approach of having a "year" property for each node and searching with a "where" clause is better, so you avoid to have all the links. Regards, Alessandro -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To