Beyond Blockchain: Convergent Consensus (Strange Loop 2022)
youtube.com2 pointsby ztorkelson0 comments
- Java for backend services.
- Python for integration and stress tests.
- MySQL for OLTP. Snowflake for OLAP.
- Kafka for stream processing.
- Memcached for caching (duh).
- Redis for ephemeral shared data structures.
- Wavefront and ELK for operational visibility.
- Google (GCP) as our cloud service provider.
- Docker for building containers. Kubernetes for running them.
- Netty for speaking HTTP, behind HAProxy for load balancing.
This is the Clover of today. You can help shape the Clover of tomorrow. - Java for back-end services.
- Python for integration and stress tests.
- MySQL for OLTP. Snowflake for OLAP.
- Kafka for stream processing.
- Memcached for caching (duh).
- Wavefront and ELK for operational visibility.
- Redis for ephemeral shared data structures.
- Google (GCP) as our cloud service provider.
- Docker for building containers. Kubernetes for running them.
- Netty for speaking HTTP, behind HAProxy for load balancing.
This is the Clover of today. Come help shape the Clover of tomorrow. - Decomposing a monolithic Java backend into a set of modular services.
- Strategic migration from on-premises infrastructure to public cloud. We use both AWS and GCP.
- Design and development of a high-throughput, low-latency OLAP pipeline, backed by Kafka and Snowflake.
- Design and development of a horizontally-scalable MySQL database layer for sharding tens of terabytes of tenant data.
- Tooling for load test automation and analysis within our SDLC. We use Python and Locust to synthesize the workload.
zac at clover dot com