Skip to content

Hazelcast-ui provides user interface for Hazelcast with no restriction on number of nodes

License

Notifications You must be signed in to change notification settings

Impetus/hazelcast-ui

Repository files navigation

Sputnik

Hazelcast-ui

Hazelcast is an in memory database which has its native user interface with multiple functionalities. This native (development) version of Hazelcast is restricted to two nodes only. Our application provides all basic capabilites of Hazelcast user intarface with no restriction on number of nodes.

The app has been tested with Hazelcast 3.4.6 version.

Prerequisites

  • JDK 7
  • Apache Tomcat 7.0.40 or later
  • All Hazelcast instances should be JMX enabled(By default port used for jmx is 1010, it can be changed as per requirement)
  • grunt-cli 1.2.0 or later
  • Nodejs
  • Maven
  • Ubuntu 14.04

Documentation

  • How it works
  • Features
  • Starting Hazelcast Cluster
  • Building and Deploying
  • Example
  • Troubleshooting

Future Enhancements

  • Distributed cache implementation for List (#6).
  • Distributed cache implementation for Set.
  • Distributed cache implementation for Queues.
  • Upgrade Hazelcast to 3.11 (#5).