NoSQL
A NoSQL database refers to a database whose storage format is modeled differently from relational databases. Often NoSQL databases opt for simpler horizontal scaling to clusters of servers. NoSQL databases are often used for large data web applications.
Here are 1,264 public repositories matching this topic...
-
Updated
May 23, 2020 - TypeScript
On a sharded collection, if you try to create a custom index (e.g. hash index) with uniqueness, that doesn't include the sharding key (which by default is the autogenerated _key
) then it will fail with an error like:
Index creation failed: shard key '_key' must be present in unique index
There's zero documentation that I could find around this, and it's fairly fundamental, since you can't
When using the cypher-shell with fabric, one has to first switch to the system database to be able to then switch to the fabric database
Neo4j Version: 4.0.0
Operating System: MacOS Mojave
Steps to reproduce
- Configure fabric e.g.
fabric.database.name=example
- Start the cypher-shell
- Try
:use example
Expected behavior
Should switch to the example
database
-
Updated
Apr 21, 2020 - CSS
The only document I could find about scylla bootstrapping process was this:
Directory layout and bootstrapping
So users, customers, field teams and engineers have to rely on either reading the code or recurring to C*/DS documentation (which is not entirely applicable, I guess).
Can someone familiar with scylla boot
OrientDB Version: 3.0.30 community
Java Version: 1.8.0_211
OS: Windows 10 Pro
I created Windows Service as specified on OrientDB website and works. Service is installed, I started it and OrientDB Studio works. But when I try to stop it using Windows Services or using OrientDBGraph.exe //SS, it's just waiting and waiting. In Services I see the state "stopping" but only after some 5min, state f
FAQ: Fair Benchmarks
-
Updated
May 16, 2020
-
Updated
May 21, 2020 - C++
Disclaimer: This is a bot
It looks like your repo is trending. The github_trending_videos Instgram account automatically shows the demo gifs of trending repos in Github.
Your README doesn't seem to have any demo gifs. Add one and the next time the parser runs it will pick it up and post it on its Instagram feed. If you don't want to just
-
Updated
May 23, 2020 - Java
-
Updated
May 22, 2020 - Python
(e.g - macOS):
- Create a section with installation steps:
brew install cmake autoconf libtool gcc automake openssl
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"
- Update README.MD
- Update build.sh(force linking openssl doesn't work anymore)
I've wasted a lot of time trying to resolve openssl dependency issue, by applying solutions which are not relevant any
-
Updated
May 1, 2020 - JavaScript
In #157 from how I can interpret it, added json config feature to set how much space tiedot shall use when creating the database, yet there's barely any hint of where the documentation is nor any examples/guidelines on how to use it beyond godocs.
-
Updated
May 23, 2020 - C#
Linters such as golangci-lint
complain that you shouldn't pass nil
to functions that take context.
do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
But in your code:
https://github.com/upper/db/blob/86a33f543c410d81cba466683cc4d03a609e0837/mysql/database.go#L83-L85
You only use the internal one on
-
Updated
May 11, 2020 - Java
-
Updated
May 16, 2020 - Ruby
This reference to golang documentation is completely wrong:
https://github.com/gocql/gocql/blob/e6d89e6c5ab3faf5127fc95fb85477f39ac9c792/conn.go#L764-L766
Original documentation says:
WriteTo writes data to w until there's no more data to write or when an error occurs. The return value n is the number of bytes written. Any error encountered during the write is also returned.
-
Updated
Oct 25, 2018 - Java
-
Updated
May 23, 2020 - C
-
Updated
Feb 20, 2020 - C++
Is it possible to include the "type" property value of a document as part of a database change notification? This would circumvent the need to load each changed document to see if it's of a type I might be interested in. (I had started implementing this as part of a new feature, but the functionality was moved to the server and synced to the device via a document)
-
Updated
Apr 27, 2020 - JavaScript
- Wikipedia
- Wikipedia
2018/07/14 00:26:24 main.go:279: [WARN] ncpu = 8 -> 10, usage = [0.412, 0.392, 0.377, 0.359, 0.387, 0.505, 0.519, 0.559, 0.617, 0.705]
2018/07/14 00:27:04 main.go:279: [WARN] ncpu = 10 -> 9, usage = [0.074, 0.068, 0.090, 0.079, 0.218, 0.177, 0.097, 0.117, 0.193, 0.195]
2018/07/14 00:27:14 main.go:279: [WARN] ncpu = 9 -> 8, usage = [0.176, 0.158, 0.218, 0.201, 0.132, 0.185, 0.162, 0.117, 0.151, 0