Git Product home page Git Product logo

hmas-resource-allocator's Introduction

Resource allocation system

Resource allocation system is a web application for smart resource allocation. It's a holonic multiagent system based on knowledge graph with REST API.

Using system

It is available both as a standalone server, or an embeddable component.

Dependencies

The system is built using PostgreSQL version 14 and a recent version of supported Neo4j (4.4 is recommended). Node and Express are also required.

Production

The web application is available for production as a Docker container. Please, read /Docker folder's README file for further instructions.

Development

Following instructions helps to set up a development environment:

  • Install Postgresql version 14 and create a new database and credentials.
  • Install latest Node version.
  • Install Neo4j version 4.4 and create an username and password.
  • Clone the repository and install dependencies of src/server/backend, src/server/hmas-container and src/client/ folders with
    sudo npm install command.
  • Open src/server/backend/.env file and set NODE_ENV variable's value to development. Then add your database's connection parameters to DB_ variables.
  • Open src/server/hmas-container/.env file and configure both GRAPH_ and REST_API_ variables.
  • Run all three components with npm run start command.

Ignore

Ignore auto-generated passwords and IDE settings. Ignore inconsistent client-REST API request/response handling structure as the system was originally designed to be integrated into another system.

hmas-resource-allocator's People

Contributors

ferakp 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.