GithubHelp home page GithubHelp logo

robotdemo's Introduction

RobotDemo: Microservices for AMR

Summary

This project is a system that allows users to track and manage a fleet of autonomous mobile robots (AMRs) in a warehouse or factory setting. It is built using microservices architecture, which allows for greater flexibility, scalability, and maintainability compared to a monolithic architecture. The system consists of a frontend client application and a backend server that communicate through gRPC. The frontend allows users to view the current locations and identities of all AMRs, as well as perform CRUD operations. The backend stores and retrieves AMR data from a MongoDB database, and backend shows real-time location updates using gRPC streaming from the backend.

Definitions of each files:

  • RobotService.cs: A gRPC service that implements the methods defined in the robot.proto file for managing robots.
  • LocationService.cs: A gRPC service that implements the methods defined in the location.proto file for managing locations.
  • LocationDAO.cs: A data access object (DAO) for interacting with the locations collection in a database.
  • RobotDAO.cs: A data access object (DAO) for interacting with the robots collection in a database.
  • robot.proto: A Protocol Buffers file that defines the gRPC service for managing robots.
  • location.proto: A Protocol Buffers file that defines the gRPC service for managing locations.

Concepts utilized:

  • Microservices: a collection of small, independent services that communicate with APIs, enabling flexibility, scalability, and maintainability
  • gRPC: a high-performance, open-source RPC framework that enables efficient communication between services
  • Protobuf: a language- and platform-neutral data serialization format used to define gRPC service interfaces
  • MVC Frontend: a common .NET framework for developing high-performant web application
  • DAO: a data access object (DAO) for interacting with a specific collection in a database.
  • Dependency injection: a software design pattern that allows for the separation of concerns and the management of dependencies between objects

Incoming:

  • Testing (unit testing)
  • CQRS

Technology:

  • ASP.NET Core
  • .NET 6
  • gRPC
  • C#
  • JavaScript
  • HTML/CSS
  • MongoDB

robotdemo's People

Contributors

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