Yaci Store is a modular Java library for developers who are keen on constructing their custom indexer solutions. Its architecture ensures that every component within Yaci Store is accessible both as a standalone Java library and a corresponding Spring Boot starter.
Pre-requisites: Java 21
- Download the latest binary and property file from release page
- You need to download
yaci-store-all-<version>.jar
andapplication.properties
files - Create a sub folder
config
and copyapplication.properties
file toconfig
directory - Edit
application.properties
file to configure your datasource and network details - Run
java -jar yaci-store-all-<version>.jar
from the directory where you have copied the jar file.
Pre-requisites: Java 21
$> git clone https://github.com/bloxbean/yaci-store
$> cd yaci-store
$> ./gradlew clean build
$> cd yaci-store
$> edit config/application.properties //datasource, network details
$> java -jar applications/all/build/libs/yaci-store-all-<version>.jar
To run a release build, follow the instructions in Getting Started - Out of Box Application
1. Overview
2. Design
- Create a Github Discussion
- Create a Github Issue
- Discord Server
YourKit has generously granted the BloxBean projects an Open Source licence to use their excellent Java Profiler.
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor