The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.
asdsadsadn sldjflsdjf
A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!
Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.
In my previous post, we zoomed into Realtime Feeds from your IoT devices to SAP systems. I mentioned that an enterprise should not use the databases underneath their core business processes (ERP, CRM, SCM ...) to perform combined IoT processing. This has several reasons:
I think we can jointly agree that this architecture is the logical conclusion:
While you should run both Combined-IoT-Processing and Core Business on a large scale cloud (as explained last week), you should run both in separate (AWS...) Accounts and Networks for maximum isolation. Please note that this does practically not need to lead to extra cost or slower performance or reduced central governance. There are companies with hundreds of AWS Accounts for those reasons. (And I was fortunate to assist some of them.)
Now, how do we pinch holes into those firewalls so that we can get data from the IoT devices and the enterprise backbone into our IoT Processing area?
Well, we don't.
In my previous post I described how we use AWS Platform Capabilities to get a realtime IoT feed into SAP HANA (as example).
What are the options to get a realtime feed from the core business backbone running on SAP HANA Systems? I analyzed a number of SAP product options, including Smart Data Integration, Smart Data Streaming, HANA System Replication, HANA Table Replication and others.
I wanted a solution which is lightweight, has significant scaling capability and does not lock me into a particular way of thinking. We settled with an approach which builds on Smart Data Adapters. Smart Data Adapters allow SAP HANA to query other databases from other vendors. We can also turn it around and write through that channel into other databases. Now for security and a list of other reasons we do not want to write directly into the Combined-IoT-Processing Clusters.
We created a special Kinesis "producer agent" that exposes a Database Server Interface via ODBC. HANA is interacting with this "database" via the Smart Data Adapter.In SAP HANA Studio the Amazon Kinesis Integration into our SAP HANA System looks like this:
In our implementation SAP HANA table triggers issue INSERT and UPDATE commands to SAP HANA virtual tables that are translated to Amazon Kinesis Stream records. The agent is working transient (no disk I/O), stateless, with low memory and CPU utilization. As it is HANA Table Trigger based it does not lead to significant load on your HANA Server.
A single Amazon Kinesis stream scales to terabytes of data per hour and has a Triple-AZ Service Architecture enabling high end uptime and durability, just like Ocean9 for SAP HANA Systems.
At the receiving end of this Kinesis Stream you can have:
Amazon Kinesis is simply put an interface to the world of realtime stream processing.
With the solution we are fulfilling all of the objectives:
While I started with this topic we looked through the lens of IoT. However I hope you realize that this solution goes well beyond the IoT use case.How about a selective realtime backup stream for your most mission critical data and storing the result e.g. in Amazon S3 with 99.999999999% durability?
(Kinesis is such an AWESOME service that it can be taken into so many directions.)
By enabling a core business backbone database to provide a realtime stream of changes and updates, we have essentially turned a relatively static asset (from a lifecycle perspective) into a core for business and IT innovation.
You are free to decide about the best solution for your Enterprise.
Ocean9 and our growing Partner Network are happy to assist you on your journey to and inside the cloud.
We hope you liked it. Please, let us know what you think.