The Wayback Machine - https://web.archive.org/web/20200516045909/https://github.com/topics/key-value
Skip to content
#

key-value

Here are 563 public repositories matching this topic...

oliverlockwood
oliverlockwood commented Apr 1, 2020

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

luca-moser
luca-moser commented Apr 14, 2020

The readme has a small section about how to tweak BadgerDB to consume less memory. However, the section doesn't really describe any of the parameters in depth or allow the reader to be able to make an educated guess on how much memory his/her BadgerDB instance will consume.

The reason I'm bringing this up is that we're heavily using BadgerDB in our software but the options around it feel like a

shafreeck
shafreeck commented Mar 5, 2020

Feature Request

Is your feature request related to a problem? Please describe:

Currently, the “Secure Config” section contains information on how to report security issues. This may
be rather hard to find and should be more easily reachable from the main website. For
example, the “Community” drop-down could include a reference to the v

nonamewolf
nonamewolf commented Feb 14, 2020

(e.g - macOS):

  1. Create a section with installation steps:
  • brew install cmake autoconf libtool gcc automake openssl
  • export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"
  1. Update README.MD
  2. 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

hive
kaboc
kaboc commented Jan 31, 2020

Steps to Reproduce
See below.

Code sample
This is an extract from the Relationships section of hive docs.

void main() async {
  Hive.registerAdapter(PersonAdapter());
  var persons = await Hive.openBox<Person>('personsWithLists');
  persons.clear();
  
  var mario = Person('Mario');
  var luna = Person('Luna')

Improve this page

Add a description, image, and links to the key-value topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the key-value topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.