January 2018 Summaries
2 posts from Cockroach Labs
Filter
Month:
Year:
Post Summaries
Back to Blog
The Baidu DBA team has played a significant role in the CockroachDB community, transitioning from open source contributors in 2015 to internal advocates who have developed various production applications. Their enthusiasm culminated in a collaboration with Cockroach Labs to organize the CockroachDB China Community Conference, reflecting the growing interest and adoption of CockroachDB in China's open source community. The conference featured talks from prominent companies like Baidu, Alibaba, and Tencent, focusing on CockroachDB's technical architecture, use cases, and future developments, while Baidu shared their internally developed tools for CockroachDB integration and data migration. Despite CEO Spencer Kimball's absence, a video introduction was provided, highlighting the excitement and potential for continued community growth and innovation in leveraging CockroachDB's capabilities for business expansion.
Jan 25, 2018
312 words in the original blog post.
An automated solution has been developed to set up multi-node CockroachDB clusters, enabling developers to easily experiment with the latest features through a combination of AWS CloudFormation and Kubernetes. AWS CloudFormation uses templates to create a test cluster environment complete with an Amazon Virtual Private Cloud, Auto Scaling group, and a Kubernetes-managed CockroachDB cluster in approximately 15 minutes. The architecture ensures no single points of failure, enhancing data integrity and providing benefits like load balancing and automatic process management. However, the template is designed for testing rather than production, as it is deployed in a single Availability Zone and lacks encrypted data traffic. This setup allows users to explore CockroachDB's capabilities, assess pre-release features, and understand the operations of distributed clusters, with additional resources available, such as load generators and documentation for further guidance. Available on GitHub, the template is part of the Free Fridays initiative, and users should be aware of AWS charges for the resources created.
Jan 11, 2018
443 words in the original blog post.