Giter Site home page Giter Site logo

strongbox-db's Introduction

strongbox-db

The goal of this project

This project has been created in order speed up the building of the OrientDB database snapshots during the initial Strongbox startup. Before this project was born, it took some time to do all of the database changes from the beginning of time up until the most recent version, so that the OrientDB database structure would be populated properly.

Architecture

This application consists of the following modules:

  • strongbox-db-liquibase which creates a jar file consiting of the liquibase changesets that construct the Strongbox OrientDB database schema
  • strongbox-db-import which creates a zip file with packed built database snapshot built from the liquibase changesets

How is this project used in strongbox ?

strongbox uses this project submodules as required dependencies. During the startup of Strongbox, the application detects if an OrientDB database already exists. If not, then the application uses an extracted empty OrientDB database snapshot from the strongbox-db-import artifact. If the OrientDB database already exists, then the application applies all missing liquibase changesets from the strongbox-db-liquibase artifact.

How to build this project ?

To build the code, simply execute: mvn clean install

What's the result of the build process ?

This project produces the following artifacts:

  • strongbox-db-liquibase-${version}.jar : Located in strongbox-db-liquibase/target, which contains current database liquibase changesets
  • strongbox-db-import-${version}.zip : Located in strongbox-db-import/target, which contains zipped fresh database snapshot built from the above changesets

strongbox-db's People

Contributors

carlspring avatar sbespalov avatar fuss86 avatar steve-todorov avatar evsikov avatar ogryniuk avatar syakubov avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.