Soundcloud uses Cassandra
Stitch is a wrapper around a Cassandra database. It has a web application that provides read-access to the counts through an HTTP API. The counts are written to Cassandra in two distinct ways, and it's possible to use either or both of them:
Real-time: For real-time updates, Stitch has a processor application that handles a stream of events coming from a broker and increments the appropriate counts in Cassandra.
Batch: The batch part is a MapReduce job running on Hadoop that reads event logs, calculates the overall totals, and bulk loads this into Cassandra.
Brillium, Inc. uses Microsoft SQL Server
We've always counted on SQL Server as our database backend. It has served us well over the years. It isn't the cheapest part of our stack, but with the plethora of tools provided by 3rd parties, we have found an incredible and scalable method of keeping our data available and easy to maintain.
Vital Labs, Inc. uses Cassandra
Cassandra is our data management workhorse. It handles all our key-value services, supports time-series data storage and retrieval, securely stores all our audit trails, and backs our Datomic database.
dflynn1024 uses Microsoft SQL Server
Our core systems that we integrate with are using SQL Server 2012 / 2016 database servers. We use database views on core system databases to help build our domain model.
SocialCops uses Cassandra
While we experimented with Cassandra in the past, we are no longer using it. It is, however, open for consideration in future projects.
ShareThis uses Cassandra
We are using Cassandra in a few of our apps. One of them is as a count service application to track the number of shares, clicks.. etc
Olo uses Microsoft SQL Server
Main transactional database. SQL Server 2012 Enterprise with AlwaysOn Availability Groups for high availability and disaster recovery.
Arbor Health, LLC uses Microsoft SQL Server
Managing script output and input, as well as data cleansing.