Giter VIP home page Giter VIP logo

cargo_flow's Introduction

Cargo flow

Transport automation system (training microservice project)

Versions:

  • Java: 17
  • Spring Boot: 3.2.5
  • Spring Cloud Netflix โ€“ Eureka: 4.1.1
  • OAuth 2.0 Resource Server: 6.2.4
  • Keycloak: 22.0.0
  • Maven: 3.9.6
  • Kafka: 3.1.4
  • PostgresQL: 42.6.2
  • Lombok: 1.18.32
  • Flyway: 9.22.3

Modules:

Discovery Service:

  • Responsible for service discovery and registration.
  • Implemented using Spring Cloud Netflix Eureka.

Gateway Service:

  • Acts as an API gateway for routing requests.
  • Implements routing logic based on service discovery.
  • Handles user access levels based on OAuth 2.0 tokens from Keycloak.

Logist Service:

  • Manages logistics tasks, trips, and events.
  • Accessible only to users with the role LOGIST.
  • Utilizes Kafka or RabbitMQ for trip event handling.
  • Tracks vehicle geolocation points during trips.

Driver Service:

  • Handles tasks related to drivers.
  • Accessible only to users with the role DRIVER.
  • Allows retrieval of task data for drivers and creation of new trips within tasks.
  • Handles trip events and geolocation points.

DWH Service:

  • Data Warehouse service for generating company-wide statistics.
  • Accessible to users with roles LOGIST and ADMIN.
  • Provides statistics on completed, canceled, and started trips since the beginning of the day, as well as the number of tasks.
  • Retrieves data via REST from the Logist Service.

cargo_flow's People

Contributors

ath31st avatar

Stargazers

 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.