-
I'm building a project that uses elasticsearch as the main data source for some data, while jhipster only allows elasticsearch to be on top of an RDBMS, it would be nice to generate the elasticsearch …
-
I followed https://github.com/m1ch1/mapkeeper/wiki/Getting-Started to install mapkeeper to test LevelDB, but when I run “mvn clean package” command in YCSB directory, I get the following outputs which…
-
Hello!
I just switched to the 4.0 Java driver and the RC2 of ArangoDB 3.1. I tried different operations, but the driver stops at the `readBytesIntoBuffer` method of `com.arangodb.internal.velocystrea…
-
## my environment running ArangoDB
I'm using the latest ArangoDB of the respective release series:
- [x] 3.1
- [ ] self-compiled devel branch
On this operating system:
- [x] Windows, version: 1…
-
I use a database created with version 2 of ArangoDB and imported in version 3.0 of ArangoDB. After upgrading to version 3.1.2 I can not dump the db using arangodump. If I use arangodump for this db li…
-
Hello,
I've used the following query with arangosh:
`stmt = db._query("FOR vertex in MyCollection filter has(vertex, \"creationTime\") COLLECT AGGREGATE maxTime = max(vertex.creationTime) into lastVe…
-
Hello folks,
I will be your release manager for YCSB version 0.11.0.
For the moment, this is just a heads-up to ask you to conclude any PRs you'd like to get into this release. I plan to cut the st…
-
FluffOS should build/run on OSX with packages installed with homebrew with ease.
-
Gun is amazing but database features such as role base security, Schema, Indexing, Sorting, Searching/Query, Pagination, data aggregation are must for any production ready database. Is there any plan…
-
When I try to truncate collection in javascript it gives error, also truncate in web admin gives "Collection error". There are two array indexes, ipList[\*].ip and ipList[\*].net both non-unique hash.…