
The Couchbase Blog » Java
33 FOLLOWERS
Learn more about the best practices and tutorials for the category Java. Couchbase is the modern database for enterprise applications.
The Couchbase Blog » Java
2d ago
What are database certifications? Certifications are opportunities. They give YOU, a knowledgeable, adept, and forward-thinking Database professional, ammunition to kickstart YOUR personal brand. Earning certifications allows you to take what you know and share it with the rest of the […]
The post Certifications That Matter: How Couchbase Academy Elevates Your Database Career appeared first on The Couchbase Blog ..read more
The Couchbase Blog » Java
2w ago
We’re excited to announce the General Availability (GA) of the Couchbase Quarkus SDK 1.0, now officially ready for production use! This release brings native integration with the Quarkus framework, enhancing developer productivity and application performance. A standout feature of this […]
The post Announcing General Availability of the Quarkus SDK for Couchbase appeared first on The Couchbase Blog ..read more
The Couchbase Blog » Java
3M ago
Couchbase continues to lead the way in enabling high-performance data analytics with the introduction of SDKs for Capella Columnar, its cutting-edge analytical database, designed for real-time JSON analytics with zero ETL and options for operational write-back. For developers who need […]
The post Introducing Capella Columnar SDKs: Powering Modern Data Analytics appeared first on The Couchbase Blog ..read more
The Couchbase Blog » Java
9M ago
In the last decade, microservices have changed how developers and organizations build and ship applications. According to Stack Overflow’s 2023 Developer Survey, nearly 49% of software professionals use microservices daily. To further understand how microservices have risen in popularity, we’ll look at the Java landscape and explore how and when you should build and ship microservices using Java.
What are Microservices in Java?
Microservices are a system architectural pattern that allows developers to build and deploy applications modularly. A modular architecture means one service can be chan ..read more
The Couchbase Blog » Java
1y ago
We’re incredibly excited to present to you the new features of our Capella Management API. The new version of the API has been redesigned from the ground-up to be more RESTful, extensible, robust and secure. With an array of functionalities focused on enhancing control, security, and ease of use, we’re sure you’ll find many ways to improve your Capella DevOps workflows by leveraging the API within your Infrastructure-as-Code (IAC) tools and deployment scripts. In this post, we will walkthrough a simple example of using Postman to interact with and execute the API. But first, let’s take a ..read more
The Couchbase Blog » Java
1y ago
Couchbase Capella is a highly performant, available, and scalable Database-as-a-Service (DBaaS) platform built to reduce management, maintenance, and operational burdens. At the same time, Capella is also designed to make it easier for new teams to get started with Couchbase. Along those lines, we’ve made some recent enhancements to make getting started even easier in the areas of importing, exploring, and connecting to your data. New users can begin a trial by simply selecting their region and cloud provider of choice and have a database up and running in minutes. From there, you can ..read more
The Couchbase Blog » Java
2y ago
As a sponsor of the DevNexus 2023 conference in Atlanta, Couchbase showcased its NoSQL database solutions to the attendees. We had a booth in the hall and a speaking session discussing JSON Data Modeling. Finally, the event was capped off with a prize drawing for two Raspberry Pi computers.
At the booth, attendees had the opportunity to learn more about key features of Couchbase, such as its familiar query language SQL++, flexible JSON data model, and the Capella DBaaS. Attendees from a variety of local companies came by the booth to discuss databases.
We brought some swag, including bags and ..read more
The Couchbase Blog » Java
2y ago
When talking about native mobile app development, it’s good to first understand the landscape. There are approximately 6.5 billion smartphone users worldwide, and that number is growing. As smartphones become more ubiquitous and, at the same time, more powerful and advanced, the way they are being used has changed. It’s much more than calls and texting; over the past decade, these little devices have become a primary means of working, shopping, socializing and more. Today you can listen to your favorite podcast, get the latest global news, check work email, collaborate with coworkers, attend o ..read more
The Couchbase Blog » Java
2y ago
Couchbase introduced its fully managed Capella Database-as-a-Service (DBaaS) offer on Amazon Web Services (AWS) in 2021, and more recently on Google Cloud Platform (GCP). Customers no longer need to worry about day-to-day management and maintenance of their Couchbase clusters. With Capella you can benefit from a faster, easier and more affordable NoSQL database while using SQL to query your data. But how do you take advantage of Couchbase Capella if your data is stored in a legacy relational database? This is where MOLO17, a long standing Couchbase partner, allows customers to smoothly transit ..read more
The Couchbase Blog » Java
2y ago
Transaction support has been recently added to the Couchbase SDKs. Starting in Spring Data Couchbase 5.0.0-M5, support for transactions has been added to Spring Data Couchbase. In this blog, we will describe using the Spring Data @Transactional annotation to leverage Couchbase Transactions.
The spring-data-couchbase repository contains a spring-data-testapp which exercises transactions. It relies on the travel-sample bucket on a local Couchbase server. (any bucket with a primary index will suffice).
git clone git@github.com:spring-projects/spring-data-examples.git
cd spring-data-examples/cou ..read more