tree: 9751a34c36da09f15aaa4b80413b7f9b68ffb8e4 [path history] [tgz]
  1. binary_basics.py
  2. create_binary.py
  3. failover.py
  4. get_and_put.py
  5. migrate_binary.py
  6. read_binary.py
  7. readme.md
  8. scans.py
  9. sql.py
  10. type_hints.py
examples/readme.md

Examples

This directory contains the following example files:

  • binary_basics.py − basic operations with Complex objects,
  • binary_types.py - read SQL table as a key-value cache,
  • create_binary.py − create SQL row with key-value operation,
  • failover.py − fail-over connection to Ignite cluster,
  • get_and_put.py − basic key-value operations,
  • migrate_binary.py − work with Complex object schemas,
  • scans.py − cache scan operation,
  • sql.py − use Ignite SQL,
  • type_hints.py − type hints.

For the explanation of the examples please refer to the Examples of usage section of the pyignite documentation.