Module: PolicyMachineStorageAdapter

Defined in:
lib/policy_machine_storage_adapters/template.rb,
lib/policy_machine_storage_adapters/in_memory.rb,
lib/policy_machine_storage_adapters/neography.rb,
lib/policy_machine_storage_adapters/active_record.rb

Overview

This class stores policy elements in a neo4j graph db using the neography client and exposes required operations for managing/querying these elements. Note that this adapter shouldn’t be used in production for high-performance needs as Neography is inherently slower than more direct NEO4J access.

Defined Under Namespace

Classes: ActiveRecord, InMemory, Neography, Template