All Projects → IBM-Cloud → logistics-wizard-erp

IBM-Cloud / logistics-wizard-erp

Licence: other
Defines the API used by the Logistics Wizard to access data from an ERP system. Also provides a default implementation to be used as a simulator.

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to logistics-wizard-erp

github-traffic-stats
Manage and automatically collect Github traffic statistics for repositories
Stars: ✭ 30 (+100%)
Mutual labels:  ibm-cloud-solutions
openwhisk-slackapp
A serverless Slack app built with Slack Events API and IBM Cloud Functions
Stars: ✭ 24 (+60%)
Mutual labels:  ibm-cloud-solutions
logistics-wizard-webui
Web UI for Logistics Wizard Showcase demo. The Logistics Wizard is an end-to-end, smart supply chain management solution that showcases how to execute hybrid cloud, microservices, and predictive data analytics in the real world.
Stars: ✭ 12 (-20%)
Mutual labels:  ibm-cloud-solutions
cloudco-insurance
A modern insurance company. The application showcases cognitive and cloud computing ideas in the context of insurance.
Stars: ✭ 43 (+186.67%)
Mutual labels:  ibm-cloud-solutions
logistics-wizard
The Logistics Wizard is an end-to-end, smart supply chain management solution that showcases how to execute hybrid cloud, microservices, and predictive data analytics in the real world.
Stars: ✭ 99 (+560%)
Mutual labels:  ibm-cloud-solutions
vpc-tutorials
Companion scripts to VPC tutorials
Stars: ✭ 14 (-6.67%)
Mutual labels:  ibm-cloud-solutions
jpetstore-kubernetes
Modernize and Extend: JPetStore on IBM Cloud Kubernetes Service
Stars: ✭ 21 (+40%)
Mutual labels:  ibm-cloud-solutions
slack-chatbot-database-watson
Code for the solution tutorial "Build a database-driven Slackbot" (chatbot) with a custom extension in IBM Watson Assistant
Stars: ✭ 23 (+53.33%)
Mutual labels:  ibm-cloud-solutions
multiple-deployment-options
Shows how one service can be deployed to multiple deployment options
Stars: ✭ 20 (+33.33%)
Mutual labels:  ibm-cloud-solutions

Logistics Wizard / Architecture / logistics-wizard-erp

Logistics Wizard ERP

The Logistics Wizard ERP service provides APIs to simulate working with an ERP system's data.

API Definition

The API and data models are defined in this Swagger 2.0 file. You can view this file using the Swagger Editor.

The API exposes the following methods:

  • log in and get access tokens
  • get the list of Products, Distribution Centers, Retailers
  • create, retrieve, update, delete Shipments

The API defines the following roles:

  • supply chain manager - can view all data and manage Shipments
  • retail store manager - can view all data except Inventory and Suppliers

Logistics Wizard ERP Simulator

This project includes an ERP simulator that implements the API and data models defined above. The simulator removes the dependency on a real ERP providing an opportunity to demonstrate edge cases like connectivity failures.

Supported use cases

Cloud-native configuration to access a public ERP service

In this configuration, the ERP service is only providing access to the data. You deploy the ERP simulator as a Cloud Foundry app in IBM Cloud and connect it to the rest of the system.

This configuration illustrates:

  • how to document an API with Swagger.io
  • how to quickly implement an API with Loopback.io
  • how to configure auto-scaling to cope with additional load
  • how to manage failures of a backend service and how to recover
    • lost connectivity between the ERP service and its database
    • lost connectivity between the other services and the ERP service

Follow these instructions to deploy and work with the cloud-native configuration.

Hybrid configuration to access an on-prem ERP service

In this configuration, a Secure Gateway sits between the ERP service and the other services. All calls to the ERP service go through the Secure Gateway. Again a real on-prem ERP system is unnecessary, the ERP simulator is used.

This configuration illustrates:

  • how to expose an on-prem service outside of the enterprise
  • how to configure the security settings of the Secure Gateway

Follow these instructions to deploy and work with the hybrid configuration.

License

See License.txt for license information.

Status

master Build Status Coverage Status
dev Build Status Coverage Status
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].