Re: [arangodb-google] FB GraphQL Server out of the box

2016-05-02 Thread Claudius Weinberger
Have a look at:  https://www.arangodb.com/2016/02/using-graphql-nosql-database-arangodb/ Claudius Am 3. Mai 2016 bei 08:13:36, Andrey Melashenko (javat...@gmail.com) schrieb: Hi! Is it possible to implement graphql services in arangoDB like https://github.com/calebmer/postgraphql ? Main idea

Re: [arangodb-google] Documentation for Arangodb 3.0

2016-05-26 Thread Claudius Weinberger
Hi Pratim, the documentation for 3.0 is not ready yet. I'm so sorry. We work hard to publish it soon. Do you looking for something special? Best, Claudius On 26. Mai 2016 at 22:23:22, SC Pratim (pratim.s...@gmail.com) wrote: Hi - I had been trying hard to find the documentation of v3.0. But

Re: [arangodb-google] Documentation for Arangodb 3.0

2016-05-29 Thread Claudius Weinberger
Hi Pratim, The guys are working hard to get everything online. Please stay tuned it will not take so long anymore. Best, Claudius On 27. Mai 2016 at 14:30:11, SC Pratim (pratim.s...@gmail.com) wrote: Thanks Simran for the link. Hi Claudius, I am building a web application for the local schoo

[arangodb-google] Re: Benchmarking Against Fast DBs

2016-07-16 Thread Claudius Weinberger
Hi Suminda, I would be happy to add more databases to the benchmark. The complete benchmark is open source. I'm either an expert for this databases and have not enough time for it at the moment. If you have the knowledge and time, it would be awesome if you add them. Best, Claudius Am Sams

[arangodb-google] Re: Support other Foxx Language Dialects

2016-07-16 Thread Claudius Weinberger
To add other scripting languages or even C++ is a very complex task. The way we have implemented JS and our Foxx framework already offer you possibilities which nobody else offers to you. What are you missing? Claudius Am Samstag, 16. Juli 2016 08:26:43 UTC-7 schrieb Suminda Dharmasena: > > He

Re: [arangodb-google] Re: Support other Foxx Language Dialects

2016-07-16 Thread Claudius Weinberger
.html Am Samstag, 16. Juli 2016 18:22:25 UTC-7 schrieb Suminda Dharmasena: > > We are not JS Developers. So we like to use the language we use to develop > the rest of the application for stored procedures also. > > On 17 July 2016 at 03:57, Claudius Weinberger wrote: > >>

Re: [arangodb-google] Re: Support other Foxx Language Dialects

2016-07-17 Thread Claudius Weinberger
Foxx based on our Google V8 engine integration. The way we integrated it gives you everything from V8 with the full access to database core on C++ level. That's much more than an API. We speak about tens of thousand lines of code. So it would be helpful if you describe in detail what you unders

Re: [arangodb-google] Re: Support other Foxx Language Dialects

2016-07-17 Thread Claudius Weinberger
As I wrote before there isn't such an API. Am Sonntag, 17. Juli 2016 19:19:32 UTC-7 schrieb Suminda Dharmasena: > > I am not looking at V8 interface. I am looking for a direct API to add > support for another language. > > On 17 Jul 2016 23:10, "Rus Brushkoff" wrote: > > The V8 engine allows to

[arangodb-google] Re: Subset of record searching in the collection

2016-09-09 Thread Claudius Weinberger
Let me try to answer your questions: 1) I'm not completely sure what you mean. Are you asking if AQL can express such things or if AQL is performant enough? 2) We have customers which much more data and a lot of indexes. If an index is useful depends on your query. But you use the explain comma

[arangodb-google] Re: Foxx Microservice : use of a queue system (ie AWS SQS)

2016-09-13 Thread Claudius Weinberger
Hi Florian, as far as I know SQS have a HTTP interface. You can use HTTP (TLS 1 only atm) from FOXX and it has its own queue. Maybe that would be helpful. Claudius Am Samstag, 10. September 2016 09:28:26 UTC+2 schrieb Florian: > > Hi everyone, > > I would like to use an AWS SQS (Simple Queue Se

Re: [arangodb-google] Re: Foxx Microservice : use of a queue system (ie AWS SQS)

2016-09-13 Thread Claudius Weinberger
Am 13. September 2016 um 11:07:41, Florian (florian.bo...@gmail.com) schrieb: I have another question about HTTP request in ArangoDB : ArangoDB uses synchronous connections so when we send an HTTP request in a Foxx route, is ArangoDB waiting for the HTTP response before sending its own response

Re: [arangodb-google] Re: Subset of record searching in the collection

2016-09-19 Thread Claudius Weinberger
could be multiple filters with quite complex AND/OR operations. Thanks, Luke On Fri, Sep 9, 2016 at 9:46 AM, Claudius Weinberger wrote: > Let me try to answer your questions: > > 1) I'm not completely sure what you mean. Are you asking if AQL can > express such things or if A

Re: [arangodb-google] Foxx Microservice : use of a queue system (ie AWS SQS)

2016-10-16 Thread Claudius Weinberger
0) { > module.exports = true; > } else { > throw new errors.EventFailedError("event_failed", eventData); > } > > Thanks in advance ! > Florian > > Le mardi 13 septembre 2016 12:06:25 UTC+2, Claudius Weinberger a écrit : > > Am 13. September 201

[arangodb-google] Re: Advancing the realtime web

2016-10-17 Thread Claudius Weinberger
Arangochair is a community project with uses the replication log of Arango. At the moment it is limited to a single instance. But we will provide a cluster wide replication log soon. If you are interested in our plans in this direction ping me. Am Montag, 17. Oktober 2016 16:39:04 UTC+2 schri

Re: [arangodb-google] ArangoDB 3.1 RC2 is feature complete and ready for testing

2016-10-18 Thread Claudius Weinberger
I will try it out by myself. Please wait. > Am 18.10.2016 um 19:19 schrieb NN >: > > Hi Jana, > > I installed the RC2 on my Mac; but when I start the server, nothing happens. > No log file is generated, the URL (http://127.0.0.1:8529/ >

[arangodb-google] Re: Upgraded from 3.0.8 to 3.1.5, But arangod shows error and won't run.

2016-12-16 Thread Claudius Weinberger
Could that maybe related to https://github.com/arangodb/arangodb/issues/2218 ? Am Freitag, 16. Dezember 2016 17:58:28 UTC+1 schrieb Jake Lee: > > Hi. > I used ArangoDB 3.0.8 very well for a month. I wanted to upgrade to > newest ArangoDB, So I installed 3.1.5 as ArangoDB homepage's instructio

[arangodb-google] Re: Upgraded from 3.0.8 to 3.1.5, But arangod shows error and won't run.

2016-12-16 Thread Claudius Weinberger
Sorry, my mistake. Am Freitag, 16. Dezember 2016 18:02:50 UTC+1 schrieb Claudius Weinberger: > > Could that maybe related to > https://github.com/arangodb/arangodb/issues/2218 ? > > > Am Freitag, 16. Dezember 2016 17:58:28 UTC+1 schrieb Jake Lee: >> >> Hi. >>

[arangodb-google] Re: Upgraded from 3.0.8 to 3.1.5, But arangod shows error and won't run.

2016-12-16 Thread Claudius Weinberger
Coul you open a GitHub issue? That would make it easier to work on that. Am Freitag, 16. Dezember 2016 17:58:28 UTC+1 schrieb Jake Lee: > > Hi. > I used ArangoDB 3.0.8 very well for a month. I wanted to upgrade to > newest ArangoDB, So I installed 3.1.5 as ArangoDB homepage's instruction. > It

[arangodb-google] Re: Upgraded from 3.0.8 to 3.1.5, But arangod shows error and won't run.

2016-12-16 Thread Claudius Weinberger
016 at 2:12:50 AM UTC+9, Claudius Weinberger > wrote: >> >> Coul you open a GitHub issue? That would make it easier to work on that. >> >> Am Freitag, 16. Dezember 2016 17:58:28 UTC+1 schrieb Jake Lee: >>> >>> Hi. >>> I used ArangoDB 3.0.8 very well fo

[arangodb-google] Re: Combining hash index and persistent index

2017-01-10 Thread Claudius Weinberger
Unfortunately not. Hash indexes are just in-memory atm. Am Dienstag, 10. Januar 2017 04:52:23 UTC+1 schrieb s.val...@gmail.com: > > Hello, > > How can I persist a hash index? For eg. > > db.test.ensureIndex({type:"hash", fields:["tags[*]"]}); > > db.test.ensureIndex({type:"persistent", fields:["

[arangodb-google] Re: Optimistic/Pessimitic Locking

2017-03-06 Thread Claudius Weinberger
It will come with 3.2 and the second storage engine. Am Donnerstag, 29. Dezember 2016 19:37:16 UTC+1 schrieb Guizmo: > > Still no feedback on this? > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receivin

Re: [arangodb-google] AQL Syntax and Combine Document and Vertex insert

2017-10-08 Thread Claudius Weinberger
Hi, Did you already have a look at this: https://docs.arangodb.com/3.2/AQL/index.html Is that helpful? > Am 08.10.2017 um 13:38 schrieb Victor Caballero : > > Hello, > > Is there any complete reference of the AQL syntax? I haven't found any > complete documentation about AQL, all I know ar

Re: [arangodb-google] Who do I talk to about joining the ArangoDB community open source project/s?

2018-03-12 Thread Claudius Weinberger
Hi Andrew, I started to answer this request also on Slack. Should we stay on Slack? Best, Claudius > On Mar 12, 2018, at 2:13 AM, Andrew Probert wrote: > > I apologize if this is the wrong forum for this question but the main > arangodb website gives me no information on this topic. Does an

Re: [arangodb-google] Arango write latency

2019-03-28 Thread Claudius Weinberger
Hi, This version was released 11/23/2016. SO, it is 2.5 years old. Since then there are many changes, therefore it would make sense to upgrade to 3.4 first and to see if the issue still exist. > On Mar 28, 2019, at 6:37 AM, mayank.ty...@ovo.id wrote: > > Hi Usually in peak time we are experi

Re: [arangodb-google] Arango write latency

2019-03-28 Thread Claudius Weinberger
you please suggest any safe way (steps) to upgrade from 3.0 to 3.4, We > are worrying about the backward compatibility. > > -Mayank > > On Thu, Mar 28, 2019 at 3:11 PM Claudius Weinberger <mailto:claud...@arangodb.com>> wrote: > Hi, > > This version was relea

Re: [arangodb-google] Need backup strategy for clickhouse database

2021-01-04 Thread Claudius Weinberger
How is clickhouse database related to ArangoDB? > On Jan 4, 2021, at 18:08, lavanya.lvn. chinthanippu > wrote: > > Hi, > > Can anyone please help me with backup and restore steps for clickhouse > database? > > Thanks, > Lavanya > > > -- > You received this message because you are subscri