GithubHelp home page GithubHelp logo

josiris's Introduction

Josiris

Java Osiris pivot files importer.

System requirements

Target database

  • By default, patients are persisted in HSQLDB in memory database.
  • To persist data in MySQL or PostgreSQL :
    • Install a MySQL/PostgreSQL server.
    • Create a database called josiris.
    • Comment/uncomment accordingly in src/main/resources/application.properties.

Running the Application Locally

  • Open command line.
  • Clone the project on your computer : git clone https://github.com/thogau/josiris.
  • Navigate to josiris directory.
  • type java -version and make sure you are using Java 17 or later.
  • Run the project : ./mvnw.
  • Open http://localhost:8080/josiris in your browser.
  • An example set of pivot files to import can be found in pivot directory.

The project is a standard Maven project. You can import it to Eclipse as you would with any Maven project.

Deploying to Production

To create a production build, call ./mvnw clean package -Pproduction. This will build a JAR file with all the dependencies and front-end resources, ready to be deployed. The file can be found in the target folder after the build completes.

Once the JAR file is built, you can run it using java -jar target/josiris-1.0-SNAPSHOT.jar

josiris's People

Contributors

thogau avatar

Watchers

 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.