Giter Club home page Giter Club logo

hdes's Introduction

License Build Status

HDES

Language for defining and connecting flows, decision tables and services

Building the project locally

After cloning the repository, open a terminal in the project root and run

mvn clean install

If you are running a Windows machine, carriage returns that do not appear in UNIX-based systems may cause certain tests to fail, so instead run

mvn clean install -DskipTests=true

Running the project as a Spring Boot application

  1. Open a terminal and navigate into the spring-app folder
cd hdes-dev
cd spring-app
  1. Configure a datasource in the application.yml file by setting ONLY ONE of the enabled fields to true:
    inmemory: 
      enabled: false
    git:
      enabled: false
      privateKey: "path-to-git-private-key-related-files: .known_hosts; id_rsa; id_rsa.known_hosts"
      repositoryUrl: "ssh-git-url" 
      branchSpecifier: "main"
      repositoryPath: "~/clone-git-repo-to"
      path: src/main/resources
    pg:
      enabled: false
      autoCreate: true
      repositoryName: "test-repo-1" 
      branchSpecifier: "main"
      pgHost: "localhost"
      pgDb: "db-name"
      pgUser: "db-user"
      pgPass: "db-user-pass"
  • inmemory - read-only version
  • git - use a repository as a database
  • pg - use a PostgreSQL database - configuration guidelines available here
  1. Run the Spring Boot application
mvn spring-boot:run
  1. Navigate to http://localhost:8081

hdes's People

Contributors

admirkrilasevic avatar dependabot[bot] avatar jocelynmutso avatar olev-mutso avatar vahurkrouverk 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.