Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ronmex
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ronmex
6y ago
I'm surprised many people don't understand your comment - I had the same thoughts. gRPC provides a very nice way to describe event driven microservices using their "stream" keyword. It allows the implementation to be asy
2.
▲
by
ronmex
7y ago
Looks like Akka Cluster for rust?
3.
▲
by
ronmex
7y ago
I'm surprised that the overall sentiment of the comments indicates that gcloud's offerings are inferior to aws / azure. I've worked with all of the clouds and have found Google to have the best product. Their GKE with bu
4.
▲
by
ronmex
7y ago
Look into Bazel, so far it has been a dream.
5.
▲
by
ronmex
7y ago
You can use apache ignite as a caching layer over your db. (Or as a db itself). You can then register a ContinuousQuery to listen for changes. A grpc service can be stood up to stream these changes to other clients, even front end ones (via