Sample code and frameworks for handling data

As we close this chapter, we will list the source code that we have used elsewhere in the book and summarize how you can connect to some of the data stores in order to persist the data. This will act as a reference for the reader, and can be used as easy access to the source code required for handling the IIoT data. Now, let's look at the following steps:

  1. Connecting to Liquibase using Spring Framework (from Chapter 2, IIoT Application Architecture and Design):
<persistence xmlns="http://java.sun.com/xml/ns/persistence"         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0"          xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" ...

Get Industrial Internet Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.