memcached is a database now? IMHO Redis barely registers as a database; it's more of a shared heap that supports snapshotting. At Instagram we use PostgreSQL, Redis, and Cassandra.
IMHO Redis barely registers as a database; it's more of a shared heap that supports snapshotting.
What about Berkeley DB? That has a similar range of functionality yet is cited as 'the most widely used database toolkit.'
I use SQL Server. Some of the applications run on Oracle and I think PostgreSQL is around too.
We're mostly a SQL Server shop, but we have a client on Oracle and we're exploring Postgres as well. In the enterprise realm (e.g. MS) you typically stick with the enterprise db systems, but not always--that's why we're looking into Postgres. But to be honest, our clients that have invested in the MS stack are already well-versed in SQL Server. It's rare when the entire "picture" can justify open source stuff when they've already invested in a proprietary stack.
We're in the process of moving our analytics from MySQL to Infobright (Community Edition).
We also use/support ICE at SnowPlow.
I'd be interested to know what other systems you looked at before settling on ICE? We evaluated HBase, Hypertable and Riak (kind of a wildcard entry) as analytics platforms but then found Infobright purely by luck, and were very impressed by the performance and ease of use.
Weak argument. HN is to look at interesting links that "tickle the mind". My link does that. Being the second most upvoted comment in the thread proves that. I feel sorry it tickled yours the wrong way, benatkin.
"Being the second most upvoted comment in the thread proves that." Similarly, Justin Bieber is actually one of the best artists of all time.
Justin Bieber is popular in pop music. Therefore it's reasonable to assume he's a good pop artist.
My comment is popular amongst other HN readers. Therefore it's reasonable to assume it's a good comment.
Question, how do you run your dev environment? Are you running in on AWS too and have a separate DynamoDB setup?
My production and staging/test environments are on AWS and I do development on my local linux box. Since DynamoDB is a web service I can connect to my DynamoDB tables from anywhere. If you have questions or need help feel free to contact me directly (or post here) and I'll be happy to answer any questions you have.
Nice, I didn't realize that ability to connect from anywhere. Have you found DynamoDB to be expensive in practice? Of course the cost is mitigated by the admin they handle.