Hacker Newsnew | past | comments | ask | show | jobs | submit | digifire's commentslogin

I just wish ISRO was a privately held like spacex and giving it a run for its money. You would get the students in India really inspired to learn real engineering.


seems like this link is dead?? did you shutdown the service


Nope we didn't shut it down.. Are you still having trouble?


Great Point, I guess that is what YC and other accelerators enable. They give you enough money to be in business and start talking to your customers. Then you pivot and find your actual business,

e.g. amplitude, justin.tv

This is the iterative path which helps you converge on a product/market fit.


Just wondering if replacing Redis with AerospikeDB would help them reduce the cost even more. Now that Aerospike is opensource.


Redis for us almost operates as a set of application servers. We push a great deal of logic into Lua that we compile so that tons of back and forth operations aren't necessary. This also limits the data sent back to the API servers since only the structures needed are sent back.

We're rather coupled with Redis as a result with much of the application logic in Lua and our data structure designed around Redis structure types and commands.


we used Tokumx for http://blog.maxcdn.com/learned-stop-worrying-love-logs/ and the write performance vs mongo was incredible. I think the cluster is doing ~250,000 writes per second across six boxes with SSD space being the bottleneck. I'm really curious to spin up AerospikeDB. There's no Tokumx comparison I could find and they talk about very high reads. Curious to see write heeavy applications.


Just heard of this project for the first time. Their website seems very salesy and lacking the open source spirit.


They gave a "sponsored" talk at Velocity along with a company that provides an ad bidding platform. But also had not heard about it otherwise.


hadn't realized it had been open sourced so recently, just 8 days ago was the HN discussion on AerospikeDB being open sourced:

https://news.ycombinator.com/item?id=8093476


thanks for the link. I wonder how it compares to tokumx


AerospikeDB makes bold claims. has anyone used it?


I'm testing it out and it seems pretty legit if you need a big, big key value store and don't want to wrangle redis or memcached shards.

Non-Java drivers are a bit behind, but nothing seems to have the same 95%tile latency, fast failover, SSD performance for actual read loads, and relatively easy scale out.


how did the testing go? any other findings?


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

Search: