April 2023 Summaries
5 posts from DataStax
Filter
Month:
Year:
Post Summaries
Back to Blog
This post discusses the comparison between two popular database services, Azure Cosmos DB from Microsoft and DataStax Astra DB, both of which claim to eliminate operational burden and offer scalability on demand. The key differences between them are highlighted. While Azure Cosmos DB is fully managed and globally distributed NoSQL database service, Astra DB is a serverless, multi-cloud, and open-source DBaaS built on Cassandra. Both support REST and schemaless JSON Document APIs, but the combination of Astra DB's Document API with Cassandra's superior stability and option to scale provides better service when scaling up applications. The choice between them depends on specific needs and preferences, with Astra DB being a better choice for open-source technologies and more control over database deployment, while Cosmos DB may be preferable if already using Microsoft Azure and want a fully managed database service with granular scaling options.
Apr 25, 2023
909 words in the original blog post.
The article discusses the importance of modernizing application communication infrastructure, drawing a parallel with an old electrical system in a farm house. Many enterprises continue to add on to their outdated solutions for integration and messaging, leading to complex and brittle systems that are prone to failure. DataStax Streaming is powered by Apache Pulsar, which provides the common infrastructure needed for modern streaming and event-driven architectures while also supporting traditional messaging models like JMS and AMQP. The solution seamlessly interacts with a number of protocols and patterns, ensuring that communication across different applications remains efficient and reliable.
Apr 20, 2023
871 words in the original blog post.
Apache Cassandra® has been a popular choice for developers and enterprise IT managers due to its unmatched read and write performance at scale. However, manipulating this data has often been challenging because of Cassandra's log-style, row-oriented architecture. To address this issue, DataStax recently partnered with ElasticSearch to integrate Change Data Capture (CDC) for Astra DB and ElasticSearch, enabling direct searchability and manipulation of Astra DB data in Elastic’s environment. This integration turns the massive amount of existing Astra data into valuable searchable assets. Additionally, DataStax Astra Streaming is a fully managed cloud streaming service built on Apache Pulsar, offering high throughput and several built-in transform features. Developers can easily set up the Astra Streaming Sink to ElasticSearch directly from the Astra UI. This integration will be particularly useful for large enterprises seeking to leverage their existing data to drive meaningful business value with minimal resource commitment. By combining the power of Astra DB's infinitely scalable database, Astra Streaming's real-time streaming capabilities, and Elastic's real-time search capabilities, enterprises and developers can now enjoy the best at-scale database without sacrificing real-time data usage.
Apr 19, 2023
316 words in the original blog post.
Many organizations struggle with building successful AI applications due to three main hurdles: wrong data, inappropriate infrastructure, and processing at the wrong time. The challenges are mainly related to data, including having inappropriate datasets, misaligned infrastructure that moves too slowly, and difficulties in identifying proper actions in real-time. Current ML infrastructures also struggle with processing massive volumes of events, leading to latency issues and slowing down AI initiatives. To overcome these hurdles, successful companies like Apple, Google, FedEx, Uber, and Netflix aggregate real-time data from various sources and use it to train and serve their models. They collect data at the most granular level and store massive volumes of event data using a unified data platform. This approach allows data engineers and scientists to work together on feature engineering, model experimentation, training, and inference processes, ultimately improving user experiences and defining market leadership.
Apr 10, 2023
1,176 words in the original blog post.
The text discusses the challenge of migrating to new technology while maintaining business operations, particularly for enterprises using Apache Cassandra or other CQL-compatible databases. It introduces DataStax's Zero Downtime Migration (ZDM) suite, which enables seamless migration from one cluster to another without service interruptions. The ZDM suite is an open-source set of tools designed for moving applications to serverless multi-cloud database services like Astra DB, built on Cassandra and optimized for real-time applications with large data volumes, low latency, and flexible data models. The text highlights successful migrations by enterprises such as Hornet, MegaZebra, and WellAware using the ZDM suite. It also promotes an interactive lab that guides users through a migration from a Cassandra cluster to an Astra DB cluster using the ZDM suite, requiring only a compatible browser and GitHub account.
Apr 04, 2023
437 words in the original blog post.