<- Back to NucleoCore
Skip to main content

Recently Updated Pages

Getting Started

NucleoDB Spring Data Repository Library

NucleoDB Spring Repository Library makes it easier to use NucleoDB. Installation Dependencies ...

Updated 9 months ago by Nathaniel

Quickstart

NucleoDB

Add dependencies to build.gradle repositories { mavenCentral() maven { url 'https://repo.s...

Updated 9 months ago by Nathaniel

Cluster Locks

NucleoDB Locks

Cluster wide DataEntry locks. You can lock a DataEntry by specifying in the copy step that you w...

Updated 9 months ago by Nathaniel

Source Code

NucleoDB

The source code can be found on Github here https://github.com/NucleoTeam/NucleoDB

Updated 9 months ago by Nathaniel

Requirements

NucleoDB

At the moment the database only has compatibility with Kafka.  Kafka Cluster You can run a de...

Updated 10 months ago by Nathaniel

EventListener

NucleoDB Spring Data Repository Library

Data Entry Code Sample @RestController public class BookController{ @EventListener publi...

Updated 10 months ago by Nathaniel

Installation and Startup

NucleoDB-Memcached

Installing Requirements Docker Kafka Cluster Configuration Environment Variables KAFKA_...

Updated 10 months ago by Nathaniel

Message Queue Service

NucleoDB MQS

Setting MQS In the configuration for the table you can set the MQS type on initiating the databa...

Updated 10 months ago by Nathaniel

Description

NucleoDB

NucleoDB is an in-memory, embedded database system designed to provide high-speed data manage...

Updated 10 months ago by Nathaniel

Data Repository

NucleoDB Spring Data Repository Library

Simplifies the retrieval and saving of data entries into the NucleoDB database.  Definition @Re...

Updated 10 months ago by Nathaniel

Connection Repository

NucleoDB Spring Data Repository Library

Connection repository integrates with the spring data repository. This enables your application t...

Updated 10 months ago by Nathaniel

Indexing

NucleoDB Models

Currently there are 2 index types, Tree and Trie. Trie Index Supported value types: String Hea...

Updated 10 months ago by Nathaniel

DataEntry Class

NucleoDB Models

Data Entry class encloses the table class. This is to differentiate the meta data from the actual...

Updated 10 months ago by Nathaniel

Connection

NucleoDB Models

@Conn("AUTHORED") public class AuthoredConnection extends Connection<BookDE, AuthorDE>{ publi...

Updated 10 months ago by Nathaniel

Table Class

NucleoDB Models

@Table(tableName = "author", dataEntryClass = AuthorDE.class) public class Author implements Ser...

Updated 10 months ago by Nathaniel