Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
Eron Wright edited this page Sep 6, 2017 · 12 revisions

Welcome to the flink-htm wiki! flink-htm is a library of connectors and streaming operations for Apache Flink to integrate the HTM.java library into streaming applications.

Be aware that the library is in an early stage of development. The API is considered not stable at this time.

Introductory video: Advanced HTM Processing with Apache Flink - YouTube

Features of Apache Flink:

  • large-scale stream processing with exactly-once guarantees
  • powerful data transformations incl. windowing and aggregations
  • connectors to Kafka and HDFS
  • flexible deployment options - embeddable into your app (no server required) or deployable as a cluster

Features of flink-htm:

  • HTM operations on Flink data streams
  • River View connector
  • Scala DSL for Network API

Please read further by selecting a topic from the sidebar.

System Requirements

  • Java 8
  • Apache Flink 1.3.x
  • HTM.java 0.6.13

License

Copyright © Numenta, Inc.

Distributed under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3.

Clone this wiki locally