Hacker News new | ask | show | jobs
by nivertech 1602 days ago
There is already Amazon SimpleDB database service[1] written in Erlang, but it's kind of deprecated in favor of Amazon DynamoDB.

[1] https://aws.amazon.com/simpledb/

2 comments

Ah yes, by the time I realized this it was too late to rename unfortunately. And very neat how Amazon SimpleDB is written in Erlang!
Is there some kind of paper or public info that details the Erlang usage? I'd never heard that before!
> Amazon SimpleDB is a distributed database written in Erlang[1] by Amazon.com.

https://en.wikipedia.org/wiki/Amazon_SimpleDB

> Highly Available – It’s Amazon. Running Erlang. Whoa.

https://web.archive.org/web/20110623221347/http://www.satine...

Thanks - very interesting! I’d always assumed it was Java, like many AWS services.