Rene Kaufmann

Results 25 comments of Rene Kaufmann

Which backend do you use? On Sat, Apr 1, 2017, 03:21 huwenzheng wrote: > I run for a month, I find it memory is 4.9 G, hope the author can...

Hmm. How did you measured confds memory usage? Top is not reporting the accurate memory usage of your application for example. On Sat, Apr 1, 2017, 08:47 huwenzheng wrote: zookeeper...

I've used a similar approach for [remcos](https://github.com/HeavyHorst/remco) plugin system and I'm pretty happy with it. I've used natfinch/pie instead of hashicorp/go-plugin but both are rpc based. Example plugins: https://heavyhorst.github.io/remco/plugins/ The...

> I was working on my own database previously and was getting about 70 us (0.07ms) per write with Badger. BadgerDB doesn't sync writes with the default config as far...

Same test on my Notebook: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz SanDisk SD8SN8U512G1002 512GB M2 SSD With this config i get (badgerhold): Creation time: 39.432µs Creation time: 38.369µs Creation time:...

Could you give me the complete config? The data is agnostic to the backend so this should work.

Hmm, its working here: ```bash $ find /etc/remco/ /etc/remco/ /etc/remco/resources.d /etc/remco/resources.d/start.sh.toml /etc/remco/templates /etc/remco/templates/start.sh /etc/remco/config ``` config: ```toml #config.toml retries = 0 include_dir = "/etc/remco/resources.d" [default_backends] [default_backends.env] onetime = true keys...

This looks very interesting and especially easy to use. I will check it out in the next days and first update https://github.com/HeavyHorst/easykv and then remco.

I haven't done any work in this regard yet. If you need this very urgently I would be very happy to accept your PR in https://github.com/HeavyHorst/easykv There seems to be...

do you have experience with the Vault api and would you be willing to create a PR? This would be the place to fix this issue: https://github.com/HeavyHorst/easykv/blob/master/vault/client.go