Английская Википедия:Hazelcast

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Multiple issues Шаблон:Infobox software

In computing, Hazelcast is a unified real-time data platform[1] based on Java that combines a fast data store with stream processing. It is also the name of the company developing the product. The Hazelcast company is funded by venture capital and headquartered in Palo Alto, California.[2][3][4]

In a Hazelcast grid, data is evenly distributed among the nodes of a computer cluster, allowing for horizontal scaling of processing and available storage. Backups are also distributed among nodes to protect against failure of any single node. Hazelcast provides central, predictable scaling of applications through in-memory access to frequently used data and across an elastically scalable data grid. These techniques reduce the query load on databases and improve speed.

Hazelcast can run on-premises, in the cloud (Amazon Web Services, Microsoft Azure, Cloud Foundry, OpenShift), virtually (VMware), and in Docker containers. Hazelcast offers technology integrations for multiple cloud configuration and deployment technologies, including Apache jclouds, Consul, etcd, Eureka, Kubernetes, and Zookeeper. The Hazelcast Cloud Discovery Service Provider Interface (SPI) enables cloud-based or on-premises nodes to auto-discover each other.

The Hazelcast platform can manage memory for many types of applications. It offers an Open Binary Client Protocol to support APIs for any binary programming language. The Hazelcast and open-source community members have created client APIs for programming languages that include Java, .NET, C++, Python, Node.js and Go.[5]

Usage

Typical use-cases for Hazelcast include:

Vert.x utilizes it for shared storage.[7]

Hazelcast is also used in academia and research as a framework for distributed execution and storage.

  • Cloud2Sim[8][9] leverages Hazelcast as a distributed execution framework for CloudSim cloud simulations.
  • ElastiCon[10] distributed SDN controller uses Hazelcast as its distributed data store.
  • ∂u∂u[11] uses Hazelcast as its distributed execution framework for near duplicate detection in enterprise data solutions.

See also

References

Шаблон:Reflist

External links