After you deploy your business decision models as microservices, you need to organize your inter-service communication. Usually, your decision microservices are stateless. But what if they need to maintain some state? What if they updated values and those values got automatically propagated to other microservices via an in-memory platform? There are no database lookups, no file system writes, and no conflicts. For example, microservices tasked with running machine learning models need to maintain the state of their models and their parameter weights. This brings the important question: where are the states stored? Watch the Hazelcast’s webinar “How In-Memory Computing Enables a New Generation of Microservices.” See also “How to Make Microservices Communicate” Share your preferred communication mechanisms with the DM Community.
- Follow on WordPress.com
Sponsors
-
Recent Posts
- Oracle Forms New Cloud and AI Organization
- Hello Mainframe, Our Old Friend
- DecisionCAMP Monthly Session on Jan 19
- Jan 14 – World Logic Day
- AI is not equal to ML
- Insights for AI from the Human Mind
- Controversial rating of programming languages
- Ilya Sutskever: Fusion of Language and Vision in 2021
- Oracle Prediction: 80% of Enterprise IT Will Move To The Cloud By 2025
- Recent Advances in Google Translate
- The semantic future of the web
- The ‘computer’ can be wrong
- What comes after smartphones?
- Pragmatic Approach to Predictive Decision Automation
- Decision-Driven Data Analytics
Recent Comments
Categories
- Architecture
- Art
- Artificial Intelligence
- Authentication and Access Control
- AWS
- Blockchain
- BPM
- Business Analytics
- Business Processes
- Business Rules
- Case Management
- Case Studies
- CEP
- Challenges
- Cloud Platforms
- Constraint Programming
- Coronavirus
- Customer service
- Data Science
- Database
- Decision Making
- Decision Modeling
- Decision Models
- Decision Monitoring
- Decision Optimization
- DecisionCAMP
- DevOps
- Digital Decisioning
- Digital Transformation
- Discoveries
- DMN
- Ethics
- Event-driven
- Events
- Excel
- Explanations
- Fraud Prevention
- Games
- Human-Machine Interaction
- Innovation
- Insurance Industry
- Java
- Knowledge Representation
- Languages
- Logic and AI
- Machine Learning
- Manufacturing
- Microservices
- Misc
- MISMO
- Most Influential
- Natural Language Processing
- Open Source
- Optimization
- PMML
- Process Mining
- Products
- QA
- Reactive Rules
- Reasoning
- Retail
- RPA
- Rule Engines and BRMS
- RuleML
- Scheduling and Resource Allocation
- Semantic Web
- Serverless
- Software Development
- Sponsors
- Spreadsheets
- Standards
- State Machines
- Testing
- Trends
- Uncategorized
- Vendors
Archives
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- June 2014
- May 2014
Meta
Consider to use “AWS Step Functions” https://aws.amazon.com/step-functions/getting-started/
“Step Functions is a serverless orchestration service that lets you easily coordinate multiple AWS Lambda functions into flexible workflows that are easy to debug and easy to change. Step Functions will keep your Lambda functions free of additional logic by triggering and tracking each step of your application for you.”