• 1 Post
  • 77 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle













  • There exists ActivityPub library implementations in golang, just sayin’. It’s a big lift to start anew but at least the low end protocol is there and golang is a good mature language for productivity and security.

    DB is going to be to bottleneck and I’d build on ScyllaDB (or Cassandra) in a heartbeat. ScyllaDB on a single node is quite well behaved and auto-tuning, but from there these two can scale globally with scaled writes everywhere. I always architect with active/active in mind because at some point for some reason you need multiple sites even for just disaster recovery.