[arangodb-google] error with UPDATE

2018-10-06 Thread Mike
this query fails when updating, looks simple not sure why it would do that. db._query("FOR act in @actz UPDATE act WITH { subscounter: act.subscounter+1 } IN actor" ,{ "actz": [ { "_key": "e1dc93c3-8f2b-45b8-8321-957e3576cf78" }] }).toArray(); with a pretty long exception:

[arangodb-google] Re: error with UPDATE

2018-10-07 Thread Mike
backup, droping all data and databases, foxx directories, and restoring with latest version solved it. On Sunday, October 7, 2018 at 12:49:45 AM UTC+2, Mike wrote: > > this query fails when updating, looks simple not sure why it would do > that. > > db._query("FOR act

[arangodb-google] Re: Arangodb3 cluster is responding very slowly

2017-03-01 Thread Mike Atambo
False positive, i thought i had it. but nope that was not it, its till super slow, i was accidentally running it in single instance mode rather than cluster. On Saturday, February 25, 2017 at 10:14:35 PM UTC+1, Mike Atambo wrote: > > seems like a netowork issue with virtual interfaces:

[arangodb-google] support for remote syslog

2017-04-18 Thread Mike Atambo
Does arangodb logging support remote syslog or it needs syslog to be local to the same server? -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[arangodb-google] Pregel in 3.2, how to treat undirected edges

2017-04-29 Thread Mike Atambo
the topic on 'Community Detection: Label Propagation' does this mean we need to make reciprocal edges (two edges one pointing opposite) for all neighbours? Mike. -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this grou

[arangodb-google] Arango restore for sharded collections, how to restore without error 1466

2017-08-25 Thread Mike Atambo
We created a db with sharded collections, as instructed for Pregel: db._create("main", {shardKeys:['_key'],numberOfShards: 8}) db._create( "others", { distributeShardsLike:"main" ,numberOfShards: 8}) ... db._createEdgeCollection( "links", { distributeShardsLike:"main" ,

Re: [arangodb-google] Re: Arango restore for sharded collections, how to restore without error 1466

2017-08-25 Thread Mike Atambo
Thanks Simon, Looking forward to the new option, but why for arangoimp, i thought it would be also for arangorestore? or whats the difference? Mike. On Fri, Aug 25, 2017 at 3:12 PM Simon G <simon.graet...@gmail.com> wrote: > Ok you ran into a little bit of an unsolved issue here: &g

[arangodb-google] Re: Replacing Firebase with ArangoDB for VUEjs

2019-03-08 Thread Mike TossuTTi
have You see this https://www.foxx-framework.com/ ? On Friday, May 25, 2018 at 8:39:35 AM UTC-3, Ludwig wrote: > > > What would be the equivalent of VueFire for Foxx / ArangoDB as in : > > https://appdividend.com/2018/04/21/vue-firebase-crud-example/ >