Hazelcast Jet Readme
Table of Contents
- About Hazelcast Jet
- What's Included
- Getting Started
- Hazelcast Plugins
- Training, Tutorials and Events
- Hazelcast Community
- Support
About Hazelcast Jet:
Hazelcast Jet is a distributed data processing engine built for high-performance stream processing and fast batch processing. It embeds Hazelcast In Memory Data Grid (IMDG) to provide a lightweight package of a processor and a scalable in-memory storage layer.
Visit jet.hazelcast.org to learn more about it's architecture, features and use-cases.
What's Included:
- /bin
- hazelcast-jet.xml — the configuration file for Hazelcast Jet cluster.
- hazelcast.xml — the configuration file for embedded Hazelcast IMDG cluster.
- start.bat — Starts a Hazelcast Jet member for Windows users.
- start.sh — Starts a Hazelcast Jet member for Linux users.
- stop.bat — Stops the current running Hazelcast Jet member for Windows users.
- stop.sh — Stops the current running Hazelcast Jet member for Linux users.
- cluster.sh — Provides basic functionalities for cluster management such as getting and changing the cluster state, shutting down the cluster or forcing the cluster to clean its persisted data and make a fresh start.
- /code-samples — Hazelcast Jet code samples to learn from and include in your projects.
- /docs
- /javadoc — Hazelcast Javadoc.
- /manual — Hazelcast Jet Reference Manual, also available in pdf formats.
- /lib
- hazelcast-jet.jar — The core Hazelcast Jet JAR.
- hazelcast.jar — The embedded Hazelcast IMDG JAR.
- hazelcast-client.jar — The Java native client library to be included on classpath for Hazelcast client. This library contains clients which use the new Hazelcast Binary Client Protocol, introduced in the Hazelcast 3.5 Release.
- hazelcast-jet-hadoop.jar — The Hadoop connector allowing reading from and writing to HDFS.
- hazelcast-jet-kafka.jar — The Kafka connector for reading from and writing to Apache Kafka topics.
- /license
- apache-v2-license.txt — Hazelcast license.
- notice.txt — NOTICE file corresponding to the section 4 (d) of the Apache License.
- README.txt — License README.
Folders
TXT Files
- changelog.txt — The log of changes among Hazelcast Jet releases.
- release_notes.txt — Lists the new features, enhancements and fixes for this Hazelcast Jet release.
Getting Started
First, go through the Getting Started guide to get Hazelcast Jet up and running.
The online Getting Started guide includes the tutorials to guide you through building your first Hazelcast Jet application and running your cluster.
Hazelcast Plugins
You can extend the functionality of Hazelcast Jet by adding its plugins. Please see Plugins page to learn about Hazelcast plugins you can use.
Training, Tutorials and Events
- Hazelcast.org/Learn is the hub for online training, tutorials and learning resources.
- Hazelcast.com/Events will connect you with live training classes, user groups, meetups and events.
Hazelcast Community
Get your questions answered and share your knowledge on Stack Overflow and our Google Group.
Support
For information on professional support subscriptions, please visit Hazelcast.com/Support.