Skip to content

dmagda/IgnitePhpExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP Example for Apache Ignite

The example shows how to connect to an Apache Ignite cluster from PHP side and to:

  • Preload data using PDO INSERT statements.
  • Query data using PDO SELECT queries.
  • Overview

    The example is based on PHP guide and covers advanced topics/functionality such as:

  • Affinity collocation configuration for data stored in different but related caches.
  • Execution of distributed SQL queries with joins in collocated mode.
  • Structure

    The project includes two folders "config" and "sources".

    The first one holds the configuration that has to be used for Apache Ignite cluster nodes.

    The sources contain PHP scripts for data preloading and querying.

    The blog post below provides the deep dive for the example: https://dzone.com/articles/apache-ignite-enables-full-fledged-sql-support-for

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages