|
|
|
|
|
by vladholubiev
2966 days ago
|
|
Since we are on Hacker News, it would be interesting to read something about the tech stack behind the product. After visiting your blog, I suppose you can tell, for example, how just-comments.com provides high availability with the help of AWS Kinesis, DynamoDB, Athena, etc. By the way, this page is 404: https://just-comments.com/about.html (and some others from ToS) Otherwise, congrats on the launch and good luck! |
|
The tech is completely hosted on AWS, and it is entirely "serverless". So the core is using the API Gateway + Lambda + DynamoDB. Additionally, I use Kinesis Firehose + S3 to process internally generated data such as billing events. Athena helps me to query the data if needed.
Basically, the scalability & high availability is entirely provided by AWS and the pricing model matches almost 1-to-1 the pricing by AWS.
If you have any specific questions about the tech, I can answer them.