[arangodb-google] Re: Connecting ArangoDB to other technologies?

2016-07-19 Thread Frank Celler
Hi everyone, We are trying to integrate ArangoDB into our current setup and are wondering if: 1. Is there any connector between ArangoDB and Elasticsearch for indexing? Or must all indexing done natively in Arango? You can do the standard indexing in ArangoDB. We had a river-plugin,

[arangodb-google] Re: Lock Timeout when creating index in ArangoDB

2016-07-17 Thread Frank Celler
You execute *127.0.0.1:8529@_system> *require("@arangodb/aql/queries").current(); on the coordinator to check for running queries. Am Sonntag, 17. Juli 2016 19:19:59 UTC+2 schrieb zachk...@gmail.com: > > I don't believe so, but is there any way of checking is some process/query > has been

[arangodb-google] Re: Double Precision Bug Introduced?

2016-07-02 Thread Frank Celler
k as > expected on 3.0.1. However, as soon as I open that document, and a > property to it, and then re-save it through the web interface, it > immediately adds extra digits to the previously correct numbers in the > document. > > So in short, the web UI and the Java drivers bo

[arangodb-google] Re: Built-in graph browser: would love to see improvement!

2016-08-16 Thread Frank Celler
Hi Nate, if you are able to compile ArangoDB, you should have a look at the devel branch for the forthcoming 3.1 release. It does already use sigma.js. Any feedback would be highly appreciated, Frank Am Montag, 15. August 2016 21:50:00 UTC+2 schrieb Nate Gardner: > > I recently found SigmaJS

[arangodb-google] Re: ArangoDB 3.1.1. Problem with App (resources not found)

2016-11-22 Thread Frank Celler
Hi Martin, sorry for the trouble. There is a bug in the path handling under Windows. We will fix this asap, kind regards Frank Am Dienstag, 22. November 2016 13:26:20 UTC+1 schrieb Martin Kuhn: > > I downloaded ArangoDB3-3.1.1-1_win64.zip and tried to install it (Win7 Pro) > > When I run it

[arangodb-google] Re: How to install older versions of ArangoDB ( 3.0.10 )

2016-12-05 Thread Frank Celler
We have released 3.0.12, which is a bug-fix release. You can either use this release and apt-get or download the old package 3.0.10 from our web-page: https://www.arangodb.com/repositories/arangodb3/ Am Montag, 28. November 2016 11:00:51 UTC+1 schrieb praveen@tigeranalytics.com: > >

[arangodb-google] Re: Documents leak their data in other databases on documents/collections that have the exact same _key/name on the same server.

2017-04-10 Thread Frank Celler
Hi Georgios, as Willi wrote we need to find out, what is going wrong. That should never happen. You wrote: We usually clone databases from a source database for each new project, so all databases share the same initial data and a basic configuration. We use arangodump and

[arangodb-google] Re: Ubuntu Download Issue

2017-04-15 Thread Frank Celler
This looks like a DNS issue. Can you try in a terminal: ping www.arangodb.com dig www.arangodb.com Am Freitag, 14. April 2017 19:48:14 UTC+2 schrieb arangogeek: > > > As in : https://www.arangodb.com/download-major/ubuntu/ > > UNABLE TO RESOLVE HOST ADDRESS to retrieve repository key at >

[arangodb-google] Re: Is ArangoDB suitable for large data collections

2017-04-14 Thread Frank Celler
We are currently preparing the 3.2 release. An alpha version will be available next week that uses a storage engine based on Facebook's RocksDB. This will give you better performance with large datasets. Am Freitag, 14. April 2017 17:22:37 UTC+2 schrieb Ahmad Ibrahim: > > > > Hi all, ArangoDB

[arangodb-google] Re: Is ArangoDB suitable for large data collections

2017-04-15 Thread Frank Celler
That will work. However, you show be aware that these analytic queries will get slower for large time ranges because the database has to load the data from disk. Am Samstag, 15. April 2017 01:37:28 UTC+2 schrieb Ahmad Ibrahim: > > Sales analysis for past month, sales against product views and

[arangodb-google] Re: Crash, natural causes

2017-03-11 Thread Frank Celler
Do you found out if swap is enabled? Here are some explanations for configuring the OOM killer: http://www.oracle.com/technetwork/articles/servers-storage-dev/oom-killer-1911807.html Am Freitag, 10. März 2017 08:07:16 UTC+1 schrieb Ilkka Huotari: > > Good info, thanks. > > In kern.log I

[arangodb-google] Re: "Postmortem": using request in Foxx apps

2017-04-18 Thread Frank Celler
Thomas has shared with me a (private) Azure account we can try. Will post the result here. Am Dienstag, 18. April 2017 13:40:46 UTC+2 schrieb Jan: > > Hi Thomas, > > thanks for the analysis you did! > That means you are connecting to Azure Table Storage from Foxx via the > request module and

[arangodb-google] Re: "Postmortem": using request in Foxx apps

2017-04-19 Thread Frank Celler
, it happened with 3.1.15 on Ubuntu 16.04 >> >> On Tuesday, April 18, 2017 at 7:46:12 PM UTC+8, Frank Celler wrote: >>> >>> Thomas has shared with me a (private) Azure account we can try. Will >>> post the result here. >>> >>> Am Dienst

[arangodb-google] Re: ArangoDB 3.2 : Windows Install Error

2017-08-03 Thread Frank Celler
What kind of processor do you have? Intel or AMD? We checked on an English Windows 10 Pro with Intel CPU. Am Montag, 31. Juli 2017 11:03:10 UTC+2 schrieb Guizmo: > > Then i downloaded Arangodb enterprise, launch the install and it did not > worked as windows defender smartscreen blocked it but

Re: [arangodb-google] Re: ArangoDB 3.2 : Windows Install Error

2017-08-03 Thread Frank Celler
I only had access to a Windows 10 Pro machine, which worked. As you wrote it crashes immediately, I was wondering if it could be a problem with Intel vs AMD, because we build and tests on Intel. As you are using an Intel processor as well this cannot be the problem. I will try to find a

[arangodb-google] Re: data replication

2017-04-27 Thread Frank Celler
A description of the components of the cluster can be found here: https://www.arangodb.com/why-arangodb/cluster/ The ArangoDB starter provides an easy way to start a cluster: https://www.arangodb.com/2016/12/starting-arangodb-cluster-easy-way/ In your case, you would start e.g. three instances

[arangodb-google] Re: data replication

2017-04-27 Thread Frank Celler
PS: If you already found the above links on arangodb.com and there were not detailed enough, please let me know. Am Donnerstag, 27. April 2017 13:01:26 UTC+2 schrieb Frank Celler: > > A description of the components of the cluster can be found here: > https://www.arangodb.com/why

Re: [arangodb-google] Re: ArangoDB 3.2 : Windows Install Error

2017-08-05 Thread Frank Celler
> and got a Windows SmartMonitor warning that this was potentially harmful. > After confirming this I was able to execute it in a console window. > > For reference: This is the source of the little tool: > https://gist.github.com/hi2p-perim/7855506 > > Kind regards, > > Andreas Streich

[arangodb-google] Re: Best environment for PRODUCTION in June 2017

2017-05-28 Thread Frank Celler
Are you setting up a cluster or a single server? Am Sonntag, 28. Mai 2017 14:16:36 UTC+2 schrieb Arangogo: > > > In PRODUCTION what is the most reliable,* stable and secure* operating > system for ArangoDB 3.x with Foxx : > > Debian 8, CentOS 7, Windows Server 2016, Windows Azure... > > If

[arangodb-google] Re: Arango newbee trying to understand poor performance

2020-02-26 Thread Frank Celler
hreads and will do auto-tuning of the parallelism in the client. This will make (1) even easier to implement. If you have any further questions please do not hesitate to ask. Alternatively, we can set up a call to discuss the various options. Michele & Frank On Monday, 24 February 2020

[arangodb-google] Re: Arango newbee trying to understand poor performance

2020-02-24 Thread Frank Celler
Hi Rob, thanks a lot for the details. We will create a similar test environment, best Frank On Monday, 24 February 2020 14:53:58 UTC+1, Rob Gratz wrote: > > > We have written a test harness to evaluate performance of a number of > graph alternatives. The original snippet of code is not part

[arangodb-google] 3.5 EOL

2020-12-22 Thread Frank Celler
Hi everyone, Friendly reminder: 3.5 will be EOL end of this year, see https://www.arangodb.com/subscriptions/end-of-life-notice/ We will release a final 3.5.7 version next week. Please consider upgrading to 3.7 as soon as possible. Happy new year Frank -- You received this message