SSSSQD / Transwarp-Data-Hub-Collection-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transwarp

This repository contains the example projects for componetnts on Transwarp Data Hub (This repository contains mostly projects in Transwarp Sample Code).

  • Transwarp's Distribution for Apache Hadoop for Enterprise has a five-layer architecture. Different applications provide customized support via flexible combination and efficient coordination among components.

  • Transwarp Inceptor in-memory analysis engine provides high-speed interactive SQL queries.

  • Transwarp Hyperbase real-time data processing engine, based on Apache HBase, is optimal for highly concurrent online business systems for enterprises.

  • Transwarp Stream real-time streaming processing engine, based on Apache Spark, possesses powerful stream processing abilities.

  • Transwarp Discover machine learning engine provides data mining via R.

Project List

BatchInsert. Example for batch insert data by Inceptor JDBC.

  • Kerberos Support

ComplexSearch. Example for fulltext search by Inceptor JDBC (index builded by Elasticsearch).

  • Kerberos Support

Elasticsearch. Example for usage of Elasticsearch Java API.

  • Kerberos Support

FlumeInterceptor. Example for Flume's interceptor, contanins row and column (regex) filter.

  • Kerberos Support

FlumeSink. Example for Flume's sink, synchronising folders and files.

  • Kerberos Support

FlumeSource. Example for Flume's source.

  • Kerberos Support

Hibernate. Example for Inceptor work with Hibernate 3.X.

  • Kerberos Support

Hibernate4. Example for Inceptor work with Hibernate 4.X.

  • Kerberos Support

Hibernate5. Example for Inceptor work with Hibernate 5.X.

  • Kerberos Support

KafkaConsumer. Example for Kafka consumer with multi-threading.

  • Kerberos Support

KafkaDecoder. Example for Kafka decoder.

  • Kerberos Support

KafkaProducer. Example for Kafka producer with multi-threading.

  • Kerberos Support

KeywordSearch. Example for keyword search by Inceptor JDBC (index builded by Elasticsearch), and contains PDF/PPT/Word/Excel to txt convert function.

  • Kerberos Support

MultiLocalMode. Example for multi-threading query with Hyperbase external table by Inceptor JDBC.

  • Kerberos Support

ObjectStore. Example for storing non-text files in Hyperbase with with multi-threading.

  • Kerberos Support

StreamDataCheck. Example for black-list filter with StreamSQL UDF/UDTF.

  • Kerberos Support

iBatis. Example for Inceptor work with iBatis.

  • Kerberos Support

rJava. Example for Spark Scala API.

  • Kerberos Support

Building and Running

To build the code, you will first need to have installed Maven and Java. Then import projects to your favourite IDE.

The Transwarp Data Hub Maven repository, you can download here.

Support

  • You can post bug reports and feature requests at the Issue Page

About

License:MIT License


Languages

Language:Java 98.7%Language:R 0.9%Language:Scala 0.4%