项目作者: shikya
项目描述 :
Ignite Scala Sample Code.
高级语言: Scala
项目地址: git://github.com/shikya/ignite-scala-sample-code.git
Ignite Scala Sample Code
Repository for sample codes in ignite.
Examples
- Ignite Cache without Persistant
- Ignite Pagination
- Ignite Cache with Persistant
- Ignite with Singletone Service Genrator
- Ignite as database over cache
General Schema for Example
Teacher(name: String, age: Number)
Student(name: String, age: Number, teacher: Teacher)
TODOs