Coder Social home page Coder Social logo

sergey-kotov-architect / operation-manager-mvp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 346 KB

Information system that manages operations, generates its optimal schedule, evaluates its metrics, tracks events in real-time, provides instant messaging, sends notifications

Java 100.00%
java java-8 sqlite rdbms sql dbcp maven spring spring-mvc spring-boot spring-web event-sourcing event-driven-architecture scheduling scheduler scheduling-algorithms optimisation optimisation-algorithms redis spring-data

operation-manager-mvp's Introduction

Operation Manager MVP is a single-service version of Operation Manager - Distributed Information System that manages operations, generates its optimal schedule, evaluates its metrics, tracks all activity in real-time, provides chat room, sends notifications.

Table of Contents

Data Model

Data Model Diagram
SQLite database schema

Functional Requirements

  • modify domain entities.
  • generate an optimal schedule.
  • extract domain entities, events, schedule, metrics by group ID, evaluate overall metrics.
  • extract events in real-time mode.
  • provide a chat room with real-time instant messaging.
  • extract and modify notification settings concerning schedule changes.

Technologies and Tools

  • Java 8
  • Spring framework (Boot, Actuator, Web/MVC, Test, Slf4j/Logback)
  • SQLite, JDBC, Apache DBCP (connection pooling framework)
  • Redis, Spring Data
  • Maven
  • IntelliJ IDEA
  • JProfiler
  • Apache JMeter
  • Git
  • GitHub
  • Jenkins

Optimisation Task and Solution

Task: to generate a schedule, so that operations would be most uniformly distributed among executors.
Solution: generate all possible schedules and choose the one with minimal deviation of operation cost sum per executor from its mean value.

Optimisation Service

TODO

  • provide extracting events in real-time mode
  • implement Chat Service
  • implement Notification Service
  • add integration and more unit tests, refine existing test of Optimisation Service
  • employ CI tool
  • add API documentation
  • improve properties
  • implement ApiGateway (users, roles, authentication)
  • implement frontend
  • create a presentation

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.