Giter VIP home page Giter VIP logo

maas's Introduction

WELCOME to the repo of OMS - Mobility as a Service (MaaS)!

IOTA

THE TEAM

Our team consists of five passionated guys with different backgrounds.

Alexander Murgoci - Business practioneer with a passion for innovative technologies and Python
(www.linkedin.com/in/alexandermurgoci)
According to competition rules, interims mobile contact until further notice: +49 172 - 626 62 79

Benedikt Jäger - Stark-ish mechatronic-guy with a soft-spot for Java (www.linkedin.com/in/benedikt-jaeger)

Christian Meggle - Originator and Backend/Middleware guru with Java
(www.linkedin.com/in/christian-meggle)

Fei Liu - Multi-Ninja on the Frontend- and IOTA-side
(https://www.linkedin.com/in/fei-liu-380aa7168/)

Stefan Kreißl - Bridgebuilder between business & development, with mobility business and Frontend, Backend, IOTA & Ethereum development experience (https://de.linkedin.com/in/stefankreissl)

IDEA

We want to enable companies to enter the mobility market. Our idea is to develop a clear & crisp REST API to ease implementation on company and customer UI. Such way we hope more customer and mobility provider hook up in a distributed mobility ledger.

PRESENTATION

SCREEN

PLATFORM

  • IOTA

ARCHITECTURE

SCREEN

The Java part of this project is heavily driven by maven. There is a lot of prepossessing going on. Just to point out some steps:

  1. we define our API from a business point of view, so practically we write our business login into an yaml file (api.yaml) and
  2. let swagger during the maven preprocessor (compile) transform the yaml into Java (by using jaxrs as a framework) code.
  3. How these Java-files are actually created depends on swagger templates we overwrite in the generator -> resources/RestGenerator, api.mustache is the place where some magic happens.
  4. to make it even more nasty, we generate by hand a json-file out of your self written api.yaml. We then saved it into the static folder and make it available for our frontend documentation.
  5. After all, our server get started in its specific sub-project, there you can also find some more REST* implementations

TECHNOLOGY

We use the following technologies in pursuit of mobility happines:

  • Apache
  • Java
  • Node JS
  • React
  • IOTA JS SDK

LIBRARY

  • SWAGGER (aka OpenAPI)
  • Spring Boot

TOOLS

  • IntelliJ
  • NEOVIM

IOTA

IOTA part provides 3 APIs

  1. publishing provider mobility offer to IOTA tangle net
    "node iota/apiPublish.js --payload='{"name": "fei", "test":"again1", "provider": "bmw"}'"

  2. get payable provider address for end user to conduct transaction
    node iota/apiGetAccount.js --provider=bmw // possible providers are bmw, vw and db

  3. authorize and confirm payment

DEMOS

  1. App demo -> how a user can interact with our service, e.g. finding a offer on IOTA from different mobile providers and conclude a contract via IOTA.

App demo

  1. Get payable address of mobile provider

payable address

  1. Publish mobility offer on IOTA

publish data

  1. Backend Java API for mobile provider to publish offers

backend_api

FRONTEND

Screen

maas's People

Contributors

fraggler avatar prunkton avatar stefankreissl avatar geastwood 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.