GoLang + Apache Kafka + Amazon Dynamo DB = ?
A quick-readable article about interesting way of a service architecture (eg. LocationRepository here is). Also in the end of this article you’ll find good links for further reading 😉
#architecture #examples #development
https://medium.com/@self.maurya/building-a-microservice-with-with-golang-kafka-and-dynamodb-part-i-552cc4816ff
A quick-readable article about interesting way of a service architecture (eg. LocationRepository here is). Also in the end of this article you’ll find good links for further reading 😉
#architecture #examples #development
https://medium.com/@self.maurya/building-a-microservice-with-with-golang-kafka-and-dynamodb-part-i-552cc4816ff
Medium
Building a microservice with Golang, Kafka and DynamoDB — Part I
Making Golang and Kafka work together
Hi 👋 there! This article is meant for those who’re new to Go and want to start learning about Go’s concurrency primitives: go routines and channels.
#development #manual #basics
https://medium.com/@trevor4e/learning-gos-concurrency-through-illustrations-8c4aff603b3
#development #manual #basics
https://medium.com/@trevor4e/learning-gos-concurrency-through-illustrations-8c4aff603b3
Medium
Learning Go’s Concurrency Through Illustrations
You’ve most likely heard of Go in one way or another. It’s been increasing in popularity, and for good reason. Go is fast, simple, and has…