Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
Health & Fitness
Technology
About Us
Contact Us
Copyright
© 2024 PodJoint
Loading...
0:00 / 0:00
Podjoint Logo
US
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts124/v4/c3/a2/57/c3a25778-568f-9aa8-40ba-28d6820a2738/mza_13770030787931013992.jpg/600x600bb.jpg
The Cloud Migration Podcast
Capital Innovations
17 episodes
8 months ago
Approaching business migration issues and sharing our experience over the years.
Show more...
Tech News
Technology,
Business,
News
RSS
All content for The Cloud Migration Podcast is the property of Capital Innovations and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Approaching business migration issues and sharing our experience over the years.
Show more...
Tech News
Technology,
Business,
News
Episodes (17/17)
The Cloud Migration Podcast
Sizing Your Camunda Environment
Unlike a lot of other BPM engines, you don’t actually have to buy big hardware to size your Camunda environment. It really only hinges on two factors. The container\application server you want to useThe amount of Java working your application has to do. Normally, this is your Delegation code.
Show more...
3 years ago
5 minutes 35 seconds

The Cloud Migration Podcast
Testing your Camunda BPM Processes
Testing BPM applications requires you sort of changing your mindset. Unlike most conventional applications, which I tend to think of as two-dimensional, BPM applications are n-dimensional. With your traditional applications, You usually have your UI and your integrations. Workflow applications, on the other hand, are a lot more powerful, but harder to test. You’ve got business rules, dynamic roles, Security, multiple integrations, the workflow itself, Timers, Events, retries. It can be overwhelming.
Show more...
3 years ago
5 minutes 19 seconds

The Cloud Migration Podcast
Comparing Apigee to DataPower
Apigee is an API Management platform, so it’s more than a gateway. It does support authentication, and Nother/South traffic, but it’s an entire offering, which includes a gateway. DataPower, on the other hand, is really just a gateway. When used in conjunction with IBM Connect, DataPower supports the larger API Platform by acting as the front door.
Show more...
4 years ago
5 minutes 45 seconds

The Cloud Migration Podcast
Starting with Camunda as Java Developer
The intended audience for this podcast and I may extend this into a series, are basically my geeky brethren. Java Developers who want to start using Camunda. So, in order to follow along, you should probably be at least two years into your career as a java developer, and be comfortable with Java, Spring, Maven, etc. I’m not going to be teaching those, because better teachers than me have already created excellent free content on that. 
Show more...
4 years ago
5 minutes 8 seconds

The Cloud Migration Podcast
What are the top five things to know when combining RPA and Camunda?
RPA is projected to control an almost 3 Billion dollar market by the end of fiscal 2021, so I think it’s fair to say that it’s found its place in our ecosystem. And why not? With the volatile nature of the work world these days, Bots offer consistency and predictability that's in high demand. Today, I want to talk about how RPA and Process Engines like Camunda can work together.
Show more...
4 years ago
5 minutes 34 seconds

The Cloud Migration Podcast
Episode 12 - Top Five Things You Need to Know When Considering Camunda BPM
In this Podcast episode, Stuart and Max explore the 5 things that you need to know when considering Camunda BPM as part of an enterprise business process project based on the open-source Camunda Platform, an Enterprise Platform for Workflow and Decision Automation.
Show more...
4 years ago
6 minutes 48 seconds

The Cloud Migration Podcast
Episode 11 - What to Know About Linting Your Camunda Applications
Even if you have been modeling processes and workflows for a long time, you’re creating processes from a human perspective. It would help if you made sure that your customers understand what’s happening and that your models represent the logical flow of how the system operates. Unfortunately, BPM engines do not always comprehend this. These engines interpret your models without guiding heuristics which can lead to performance issues. Moreover, as a modeling expert, you have more experience parsing a model. You’re more fluent in the BPM language than the average business user, and a model that makes sense to you may leave them behind.
Show more...
4 years ago
6 minutes 43 seconds

The Cloud Migration Podcast
Episode 10 - Building your Camunda Job Executor
The first thing you need to understand is that there are several different ways to trigger execution logic in Camunda. You can make a Java API call, subscribe to external events, make restful calls, or asynchronously execute work. In  Camunda, a Job is executed whenever a Timer Event is encountered or when a task, or activity, is explicitly marked as Asynchronous After or Asynchronous Before. Those are checkboxes in the lower bottom part of the general sub-tab when you view your task's properties in the Camunda BPM modeler.
Show more...
4 years ago
8 minutes 14 seconds

The Cloud Migration Podcast
Episode 9 - Rules Migration and Controlling Risk
Cloud Data Migration, the body must move broad data into a cloud distribution center. These assignments incorporate source management and planning (mapping), making a data pipeline for each table, and pursue changes over all data sources between others. However, there are various approaches to dispose of failures by utilizing automation. For example: Selecting ETL over ELT: In Extract, Transform, Load, data is extracted from data sources like OLTP database A and B and then deposited into the dimension authority (Staging Area). After that, the data is clean and transformed into a logical data warehouse. In comparison, ETL needs data to pass through a secondary server.
Show more...
4 years ago
19 minutes 4 seconds

The Cloud Migration Podcast
Episode 8 - Process History and Data
In this Podcast episode, Stuart and Max explore the 5 things that you need to know about Camunda Process History when using the open-source Camunda Platform, an Enterprise Platform for Workflow and Decision Automation.
Show more...
4 years ago
5 minutes 50 seconds

The Cloud Migration Podcast
Episode 7 - Optimizing Camunda Servers
As an engineer, It's important to get to know your machine. With Camunda, the heart is the job executor. It needs to be repeatedly measured, tested, observed, and refined. It may be beneficial to find an experienced partner and treat them as a resource. The construction and maintenance of this are not as much of a science as it is an art.
Show more...
4 years ago
6 minutes 36 seconds

The Cloud Migration Podcast
Episode 6: What are the Top 5 Things we know about Apigee
APIs, or Application Programming Interfaces, is a mechanism for making remote calls to external services. Every time you make a SOAP or REST call, you’re executing an API. But if you do that often enough, you’re going to need to solve systematic problems, including security, logging, caching, etc. Apigee is a platform managing that.
Show more...
4 years ago
9 minutes 31 seconds

The Cloud Migration Podcast
Episode 5: What are the top five things to know about building your Camunda Server Environment
Every Camunda Application should have it’s own environment, preferably as a Clustered Spring Boot Application. These can be a cluster of one, or bigger cluster. Do not build a single monothetic environment. This is not going to solve your legacy BPM problem. At best, it’s going to move your legacy BPM problem into the cloud, but leave it essentially unchanged. That is the opposite of what you need.
Show more...
4 years ago
6 minutes 33 seconds

The Cloud Migration Podcast
Episode 4: What are the top five things to know about archiving with Camunda
You’re ready to deploy your Camunda application to production, but it’s your first time, and you’re wondering how to archive historical data. So that’s what we’re going to talk about today: the care of feeding Camunda’s archival data. 
Show more...
4 years ago
6 minutes

The Cloud Migration Podcast
Episode 3: Where to start when migrating BPM
What customers need to know once they decide to migrate legacy BPM workflow.
Show more...
4 years ago
18 minutes 2 seconds

The Cloud Migration Podcast
Episode 2: You're Paying How Much for ODM?
What you should be expecting from your ODM provider and some other alternatives if you're paying too much.
Show more...
4 years ago
13 minutes 40 seconds

The Cloud Migration Podcast
Episode 1: Top 5 Things to know about Google Workflow
Google stands up a new cutting edge cloud service allowing users to build business process tasks in the cloud. We explore some of the details and the limitations that we feel you should know.
Show more...
4 years ago
7 minutes 18 seconds

The Cloud Migration Podcast
Approaching business migration issues and sharing our experience over the years.