Hacker News new | past | comments | ask | show | jobs | submit login

I don't really understand why I would want to use this. Why wouldn't I just use SQLite3, if that's what's powering the SQL searches? (maybe with a pretty layer on top for external access.)

The KV/document stores that have been coming out are trying to address shortcomings, perceived or real, with RDBMSs. I think some explanation of the trade-offs which each part of the "mullet" make and how they would be obviated by this system would be helpful. Right now there are a ton of KV/Document stores as well as SQL databases, and I don't know how this is going to be different or why I should pay attention to this project.




* DB for persistence, kv for speed and disk for scaling(?). Different parts of your app might fit one of these cases. Why not have them all under one API?

* Use protocols to scale, not backends

* Single interface to talk to db/kv store and disk

* In addition, use an SQL-like interface, if that's what floats your boat.

* Moving data between db/kv/disk is a server side operation.


Exactly. I'm glad someone's paying attention.

Additionally, it's mostly a project I started on a dare that I started liking to hack on. Not really expecting anyone to use it for a while, if ever.


I don't think anyone else will understand why you would want to use it either.

More competition, more innovation, better products for us to use in the future?

You probably don't need to pay attention to this project. Did you pay attention to Google when it first launched, or Apple when it made the Newton? If you're not that interested in the database technologies, you can just not pay attention, and hope that it becomes unavoidable if it is truly remarkable in the future.




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

Search: