Etiqueta: microservices
-

A Java Microservices Overview
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…
-

BR-DGE Makes Checkout Process Flow Smoothly for Merchants and Shoppers
In the financial services sector, legacy institutions face growing competition from a field of fintech companies that offer personalized products at lower costs. Fintech innovation is largely driven by the ability to access and…
-

Your Guide to Scaling Microservices
As applications become more complex, developers have moved from a monolithic architecture to microservices to more easily scale individual services and meet user expectations. Because of their scalability, microservices have become popular for developing…
-

What is Modern Application Development? A Guide
What is modern application development? Modern application development is an approach that allows organizations to create and deliver applications with greater speed, flexibility, and security. It uses various technologies and processes, such as cloud-native…
-

11 Effective Microservices Development Best Practices
Microservices architecture is increasingly popular in today’s fast-paced software development landscape. Because microservices run independently, developers can scale and maintain each application without disrupting other microservices, making them easier to work with than a…
-

Top Blogs of 2021 – Part 2
And now for Part 2 in our series, here are the top 5 blog posts published in 2021: 5. How we implemented distributed multi-document ACID transactions in Couchbase, by Denis Rosa In this blog…
-

Support for Concurrent Index Creation in Indexing Service
Modern applications are implemented as a set of a large number of microservices. Each such microservice may run independently of many other microservices. Such applications expect underlying databases to support multi-tenancy. Couchbase Server 7.0…
-

How to Migrate to Scopes & Collections in Couchbase 7.0
Whether you’re new to Couchbase or a seasoned vet, you’ve likely heard about Scopes and Collections. If you’re ready to try them out for yourself, this article helps you make it happen. Scopes and…
-

How Scopes & Collections Simplify Multi-Tenant App Deployments on Couchbase
Now it’s easier than ever to build and deploy microservices and multi-tenant applications on Couchbase. The 7.0 release introduces a new data organization feature called Scopes and Collections. Scopes and Collections allow logical isolation…
-

4 Patterns for Microservices Architecture in Couchbase
Microservices have emerged as a common architecture pattern over the last decade. In this approach, small, autonomous and loosely coupled services work together over a distributed network. Each microservice is typically delimited to a…
-

Intro to Collections – Dev Preview in Couchbase Server 6.5
Couchbase, a document database, allows great flexibility in storing different types of documents in a single bucket (bucket being the equivalent of a database). There is a frequent need to refer to documents of…