Skip to content

Simple example about caching in the Apache Ignite with Hibernate.

Notifications You must be signed in to change notification settings

mehmetozanguven/ApacheIgnite-Hibernate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApacheIgnite-Hibernate

  • Apache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads delivering in-memory speeds at petabyte scale. To get more information and download Apache Ignite here

This is simple example about caching in the Apache Ignite with Hibernate.

Note that: ignite-hibernate is a lgpl dependency. Therefore it is not in the maven central repository. To get more information here

Before run the example because of I have used postgres as database, you should change the hibernate configuration as your needs.

If you do not want to change, follow the step described here

I have also put the jar file ApacheIgniteWithHibernate-1.0-SNAPSHOT-shaded.jar.

Create the database and run the jar file java -jar ApacheIgniteWithHibernate-1.0-SNAPSHOT-shaded.jar

About

Simple example about caching in the Apache Ignite with Hibernate.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages