Skip to content

shikya/ignite-scala-sample-code

Repository files navigation

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.

About

Ignite Scala Sample Code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages