Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I built an in-memory NoSQL index (not a database) for answering subset inclusion queries, i.e. "find me all the Items with {Feature1, Feature2, Feature3}". It also supports queries by category, and by color.

It's vastly faster than SQL for this purpose.

http://www.chrisstucchio.com/blog/2012/introducing_hobo.html

https://github.com/stucchio/Hobo

I say it's not a database because it isn't even a Key-Value store. It's just a key-store - you query it for the keys, and retrieve the values from somewhere else (e.g. postgres).



Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: