项目作者: shikya

项目描述 :
Ignite Scala Sample Code.
高级语言: Scala
项目地址: git://github.com/shikya/ignite-scala-sample-code.git
创建时间: 2018-12-10T10:27:19Z
项目社区:https://github.com/shikya/ignite-scala-sample-code

开源协议:MIT License

下载


Ignite Scala Sample Code

Repository for sample codes in ignite.

Examples

  1. Ignite Cache without Persistant
  2. Ignite Pagination
  3. Ignite Cache with Persistant
  4. Ignite with Singletone Service Genrator
  5. Ignite as database over cache

General Schema for Example

Teacher(name: String, age: Number)

Student(name: String, age: Number, teacher: Teacher)

TODOs

  • Starter Project.
  • sbt project
  • Configuration for Ignite.
  • Add a simple model
  • CRUD a simple model
  • Add a complex model
  • CRUD a complex model
  • id generator service
  • Add blog style documentation
  • Binary objects
  • Statefull sets
  • Windows Runner.
  • 90+ test coverage
  • Write over cache
  • Documentation.
  • Linux/Mac Runner.