tree: 3c66c2013bb356c9ed75d9ca6f48c5cd05d69e0d [path history] [tgz]
  1. async_key_value.py
  2. async_sql.py
  3. binary_basics.py
  4. create_binary.py
  5. docker-compose.yml
  6. expiry_policy.py
  7. failover.py
  8. get_and_put.py
  9. get_and_put_complex.py
  10. migrate_binary.py
  11. read_binary.py
  12. readme.md
  13. scans.py
  14. sql.py
  15. 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.

You can start Apache Ignite locally for running examples using docker and docker-compose

cd ./examples
docker-compose up