HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rusht

no profile record

Submissions

Observability is key to the future of software (and your DevOps career)

stackoverflow.blog
3 points·by rusht·há 5 anos·0 comments

Pretrain GPT-Neo for Open Source GitHub Copilot Model

discuss.huggingface.co
3 points·by rusht·há 5 anos·0 comments

Onepanel – Cloud native deep learning platform

github.com
4 points·by rusht·há 5 anos·0 comments

comments

rusht
·há 4 anos·discuss
One thing to note is the license: AGPL vs Apache.
rusht
·há 5 anos·discuss
Really appreciate this great, detailed answer! 100% agree with getting to an MVP with PMF as quickly as possible should be the top priority for a startup.
rusht
·há 5 anos·discuss
If you had to do it all over again, would you still start with MongoDB or would you go with Cassandra right off the bat?
rusht
·há 5 anos·discuss
I am assuming they want to provide a hosted service just like Discord at some point.
rusht
·há 5 anos·discuss
ScyllaDB looks interesting but that AGPL license is a no go for some organizations.
rusht
·há 5 anos·discuss
“Best” depends on your use case. I don’t even think a SQL database is an option for a chat app since it’s write heavy. FB Messenger uses HBase and Discord uses Cassandra and they’ve done their research at scale, so those could be possible options.
rusht
·há 5 anos·discuss
Curious why you decided to use MongoDB as opposed to HBase or Cassandra? Discord moved away from MongoDB because its sharding is “complicated to use and not known for stability.” Are these issues not relevant anymore?
rusht
·há 5 anos·discuss
I’d be interested in OP’s answer here as well.

I know dapr injects a sidecar so you can code in any language and then use their SDK to call other microservices. Encore looks to be Go centric and uses code generation to create actual Go functions, which provides much better IDE support.

I did not see this in the docs but I’m not sure if Encore supports retries with or without exponential backoffs; dapr supports both.