Home / Companies / Couchbase / Blog / February 2019

February 2019 Summaries

5 posts from Couchbase

Filter
Month: Year:
Post Summaries Back to Blog
Couchbase was honored with the IoT Health & Wellness Product of the Year award for its support of the BD BRIIGHT™ mobile diabetes management app, showcased at the HIMSS19 healthcare event. The app enhances the management of Type 2 diabetes by utilizing connected medical devices to automatically log real-time data such as insulin and glucose levels, activities, meals, and location, offering personalized alerts and recommendations to users. Couchbase's technology facilitates secure offline data synchronization from medical IoT devices to the cloud, improving diagnostic processes and healthcare delivery. The app's clinician portal streamlines data for doctors, aiding in efficient diagnosis and treatment planning, and features a machine-learning-enabled chatbot for personalized user interactions. Couchbase's scalable and flexible platform enabled the app's successful adoption by hundreds of thousands of users, contributing significantly to diabetes management by empowering patients and clinicians with comprehensive data insights.
Feb 25, 2019 360 words in the original blog post.
Session storage is essential for scalable web applications, and Couchbase Server offers a robust solution by providing efficient storage, retrieval, and data exploration capabilities. Couchbase can integrate easily with various web frameworks, especially ASP.NET, and offers a memory-first approach that ensures rapid data handling. Its shared-nothing architecture allows for seamless scaling without the limitations of a master node, and its N1QL query language facilitates comprehensive data analysis using SQL. With the new searchable tutorials section, Couchbase aims to support developers further, offering a range of guides, including a recently published tutorial on ASP.NET session storage, with more to come for different frameworks.
Feb 25, 2019 563 words in the original blog post.
Hierarchical data structures are prevalent in business applications, capturing parent-child relationships within organizational data such as company structures, sales territories, and financial accounts. Querying these structures efficiently poses challenges for traditional relational database management systems (RDBMS) due to performance issues associated with recursive queries. Established RDBMS like Oracle and SQL Server use constructs such as CONNECT BY to traverse hierarchical data, but this can be inefficient for large data volumes, leading enterprises to flatten hierarchies for better performance. Couchbase's N1QL, a query language for JSON data, offers an alternative by employing a flattened hierarchy approach, which enhances query performance and leverages Couchbase's Global Secondary Indexes (GSI). The N1QL queries use features like ANSI JOIN Support to execute complex hierarchical queries more predictably, although they lack the CONNECT BY keyword, which is specific to Oracle databases. This approach improves data retrieval processes, especially in contexts where hierarchical relationships are complex and dynamic, such as in sales organizations.
Feb 17, 2019 1,412 words in the original blog post.
The NoSQL revolution began in 2006 with Google BigTable, addressing the limitations of relational databases in handling internet-scale applications. Modern applications require scalable, flexible, and highly available databases, leading to the rise of NoSQL solutions like MongoDB and Couchbase. While MongoDB was an early player, it faced challenges in scalability, flexibility, and availability, leading some businesses to switch to Couchbase, which offers better scale-out capabilities, flexibility, and high availability through automatic sharding, global secondary indexes, and efficient failover mechanisms. Viber, a global messaging platform, transitioned to Couchbase from MongoDB to accommodate its growing data needs, highlighting Couchbase's ability to handle significantly higher operations per second. The text advocates for Couchbase's superiority in handling scale and uptime and encourages further exploration through a whitepaper.
Feb 05, 2019 492 words in the original blog post.
Couchbase is an enterprise data platform that enables performance at scale by combining a unique memory-first architecture with N1QL, Full-Text Search, Eventing, Analytics, and Global Secondary Indexing. Enterprises typically provision multiple clusters of Couchbase nodes to provide a modern, reliable, and customized user experience across different verticals and use cases. To monitor these clusters, users can export performance metrics using Couchbase Exporter in combination with Prometheus and Grafana. The exporter allows for visualization of performance aspects through a graphical dashboard, while Prometheus provides configuration options for alerting rules and Grafana enables the creation of custom dashboards to track key metrics and performance indicators for Couchbase Server clusters. Additionally, users can leverage existing exporters such as LeanSys Team's Couchbase Exporter to simplify monitoring setup. By integrating these tools, users can gain a holistic view of their entire Couchbase ecosystem and optimize cluster performance.
Feb 05, 2019 1,358 words in the original blog post.