MarkLogic Server: The Promising Future of Database Technology
Marklogic: Databases are the foundation of modern applications and many companies rely on them to power their most important processes. […]
Marklogic: Databases are the foundation of modern applications and many companies rely on them to power their most important processes. […]
Overview Liquibase allows you to specify desired database changes using SQL and several other database-independent formats such as XML, YAML, and JSON. Developers can abstract database code to
MarkLogic is the only Enterprise NoSQL database, that brings all the features you need into one unified system. SQL is
Event sourcing is a way to store data as events in an append-only log. It only keeps the latest version
In this article, we will implement a Micronaut application written in Java that uses GraphQL to expose the data. Let’s
Introduction Liquibase is an open-source tool. It is used for tracking, managing, and applying database schema changes. It works across different types of
Introduction The MarkLogic Data Hub is a secure, scalable database platform. It is used to store and manage data across
Introduction ADAPTing Agile development, as the leading Agile speaker and author Mike Cohn describes “how one can iterate toward increased
In this article, we will create an OpenAPI specification file and use it to generate a Java Micronaut server API
This blog will show how we can use SQL statements in the MarkLogic server. Let us start with creating a
In this blog, we will discuss Micronaut in context of what and why, and we will also see how to
1. About 1.1 Micronaut Micronaut is an open-source JVM-based software framework for building lightweight, modular applications and microservices. It helps