Hacker News new | ask | show | jobs
by awinter-py 3698 days ago
databases (redis included) are awesome. It's always surprising to me that we don't run web apps directly on the database; they're high-performance, durable and parallel, and for some apps are already the perf bottleneck.

I think the only reason we don't is that deployment and testing isn't straightforward. Fingers crossed antirez will get this right.

1 comments

You might find CouchDB pretty interesting, then! [0]

[0] https://couchdb.apache.org/

I know them for data sync. is there a stored proc deployment feature as well?