DOC

io.magidc : balea-core

Maven & Gradle

Jul 24, 2019
0 stars

balea · Balea creates a proxy of javax.sql.DataSource, providing dynamic routing to multiple container based databases following a On Demand Data Source Access architecture. Docker is used as manager to create, start or stop database containers on demand and link correspondent data volumes. Thanks to this approach is possible to distribute data across multiple databases keeping active only the necessary ones in each moment maximizing the use of system resources. The distribution and management of data is hidden under the hood, any process that uses this data source interface (i.e. Hibernate) will perceive it as a single source of data. It makes possible for standard SQL database like Postgresql or MySQL to be maintained, backed up or versioned with simple file system operations as the data volumes are attached dynamically to the managed Docker containers. Docker integration allows also to manage database containers in remote hosts.

Table Of Contents

Latest Version

Download io.magidc : balea-core Javadoc & API Documentation - Latest Versions:

All Versions

Download io.magidc : balea-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file balea-core-1.0.1-javadoc.jar to balea-core-1.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder balea-core-1.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "balea-core-1.0.1-sources.jar" -d "balea-core-1.0.1-javadoc" -subpackages