r

road-parent

The Data Highway is a service that allows data to be easily landed and consumed via REST interfaces which accept and produce JSON messages. The data is first defined using a schema and a "road" is created which will accept data messages that conform to this schema. Producers of data sets thus only need to define the structure of their data and are then able to send their data to a REST endpoint and not be too concerned with what happens next. The Data Highway will ensure that this data is made available for downstream streaming consumption and also stored reliably in a "data lake" in the cloud for access by various end users.
Files download
File Operation
road-parent-6.0.6.pom download
Apache Maven
<dependency>
  <groupId>com.hotels.road</groupId>
  <artifactId>road-parent</artifactId>
  <version>6.0.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.hotels.road:road-parent:6.0.6'
Gradle Kotlin
implementation("com.hotels.road:road-parent:6.0.6")
Scala SBT
libraryDependencies += "com.hotels.road" % "road-parent" % "6.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.hotels.road', module='road-parent', version='6.0.6')
)
Apache Ivy
<dependency org="com.hotels.road" name="road-parent" rev="6.0.6" />
Leiningen
[com.hotels.road/road-parent "6.0.6"]
Apache Buildr
'com.hotels.road:road-parent:jar:6.0.6'