Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Distributed Development

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Distributed Log Tracing

jaeger

quickwit

Cloud Tools

terraform

Terraform Tenables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

pulumi

Pulumi's Infrastructure as Code SDK is the easiest way to create and deploy cloud software that uses containers, serverless functions, hosted services, and infrastructure, on any cloud.

Misc

zenoh

Zenoh /zeno/ is a pub/sub/query protocol unifying data in motion, data at rest and computations. It elegantly blends traditional pub/sub with geo distributed storage, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.

References

  • https://quickwit.io/blog/quickwit-0.5

Comments