Hacker News new | ask | show | jobs
by hcarvalhoalves 4666 days ago
> BoweryDB is more of a data management application then a database. It analyzes access paterns to cache frequently-used data, and knows when you make updates in your code to make sure the cache is never stale. All that matters from the developers' point of view is the code they use to interact with it.

This paragraph is funny. They call it something other than a database, then describe what a DBMS does.

I also find strange version control is bolted in the platform, you could have just provided hooks so you can deploy from branch X or tag Y.

The idea is good though, I can see the value proposition.

1 comments

There's a lot that goes on behind the scenes. Think about DynamoDB vs Riak.