Home / Companies / ScyllaDB / Blog / March 2023

March 2023 Summaries

4 posts from ScyllaDB

Filter
Month: Year:
Post Summaries Back to Blog
ScyllaDB, a high-performance NoSQL database, has been focusing on incremental changes and innovations that go beyond making headlines, as showcased in the ScyllaDB Summit 2023. The company, led by CEO Dor Laor, has seen substantial growth in its database-as-a-service, ScyllaDB Cloud, which has become the primary revenue source, growing over 100% year-over-year. This growth is driven by real-time updates through features like change data capture (CDC) and the potential for ScyllaDB to serve as an alternative to Kafka. High-profile companies such as Discord, Epic Games, and Numberly have adopted ScyllaDB for its high performance and seamless migration capabilities, with some using it to replace both Kafka and Redis. ScyllaDB is also pursuing advancements in integrating S3 storage to enhance flexibility and reduce total cost of ownership, with plans for serverless offerings and improvements in transactional operations via Raft. The company embraces modern programming languages like Rust for its future developments, reflecting a commitment to both robust performance and ease of use. ScyllaDB's approach highlights a balance between continuous, incremental improvements and strategic innovation, allowing it to adapt to evolving industry needs while maintaining its core strengths.
Mar 27, 2023 1,988 words in the original blog post.
ScyllaDB, a high-performance NoSQL database, has launched a community forum to facilitate user interaction and knowledge sharing, making it a hub for troubleshooting, technical discussions, and exploring integration setups. The forum is ideal for detailed technical issues and searchable archiving, whereas Slack is better suited for quick, real-time chats. Recent discussions include topics such as ScyllaDB's suitability for applications requiring low latency and high throughput, strategies for changing replication methods, data modeling best practices, and optimizing performance for specific use cases. The forum encourages respectful communication and offers guidelines to maintain a supportive environment, with ScyllaDB employees participating voluntarily.
Mar 20, 2023 888 words in the original blog post.
ScyllaDB University LIVE is an interactive, half-day virtual training event designed to educate both new and experienced users about ScyllaDB, a high-performance NoSQL database. The event offers two parallel tracks, covering ScyllaDB essentials and advanced topics, including integrations with tools like Kubernetes and Kafka. Unlike the self-paced ScyllaDB University, this live event encourages real-time engagement with instructors and the broader user community, featuring live talks with code examples and a roundtable for questions with experts like ScyllaDB's CTO and CEO. Originally created as a virtual alternative to pre-COVID in-person training, the event is now held quarterly due to its popularity and positive feedback. Future enhancements may include time zone-friendly sessions for Asia and more interactive, hands-on labs. Participants range from beginners to experienced developers, DevOps engineers, and management personnel interested in improving database cost-effectiveness.
Mar 13, 2023 819 words in the original blog post.
Javier Ramos's article explores the use of Rust for creating a high-performance data ingestion microservice, demonstrating its integration with ScyllaDB, a Cassandra-compatible NoSQL database. By leveraging Rust's safety and concurrency features, particularly through the Tokio library for asynchronous computing, the application achieves significant performance improvements. The microservice reads hierarchical data from AWS S3, models it in a graph format, and utilizes the Actix Web Framework for building ultra-fast REST APIs. Cloud-native best practices, such as Kubernetes orchestration and multi-stage Docker builds, are employed to ensure scalability and maintainability. The article highlights the advantages of using Rust's parallelization capabilities to optimize data ingestion and traversal in ScyllaDB, showcasing its potential to outperform traditional SQL databases and data lakes in handling complex, large-scale datasets. The project serves as a blueprint for building similar high-performance applications using Rust and ScyllaDB, albeit with the caveat that further enhancements in error handling and testing are needed to make it production-ready.
Mar 08, 2023 5,046 words in the original blog post.