Toshiba has open-sourced GridDB, a Scalable In-Memory KVS
1–10 of 15 posts
Re: Toshiba has open-sourced GridDB, a Scalable In-Memory KVS
#2Or at least Google translate makes me believe it is.
Re: Toshiba has open-sourced GridDB, a Scalable In-Memory KVS
#3Re: Toshiba has open-sourced GridDB, a Scalable In-Memory KVS
#4Re: Toshiba has open-sourced GridDB, a Scalable In-Memory KVS
#5Re: Toshiba has open-sourced GridDB, a Scalable In-Memory KVS
#6Is there any piece of software that suffers more from Not Invented Here syndrome than Key-Value stores?
Re: Toshiba has open-sourced GridDB, a Scalable In-Memory KVS
#7Is there any piece of software that suffers more from Not Invented Here syndrome than Key-Value stores?
Re: Toshiba has open-sourced GridDB, a Scalable In-Memory KVS
#8Is there any piece of software that suffers more from Not Invented Here syndrome than Key-Value stores?
Re: Toshiba has open-sourced GridDB, a Scalable In-Memory KVS
#9Is there any piece of software that suffers more from Not Invented Here syndrome than Key-Value stores?
Re: Toshiba has open-sourced GridDB, a Scalable In-Memory KVS
#10Is there any piece of software that suffers more from Not Invented Here syndrome than Key-Value stores?
I searched for a shared memory key value store high and low for interprocess communication and the closest thing I found was WhiteDB. WhiteDB is pretty great, but its concurrency is done through locking and it is very unfortunately GPL licensed, which makes it very niche. (BTW a shared memory key value store for IPC is AMAZING).
There are a ton of key value stores out there though amazingly enough I'm still excited when I see announcements because I haven't found one that is what I want.