Module: Orchestrate::Application
- Defined in:
- lib/orchestrate-application.rb,
lib/orchestrate_application/record.rb,
lib/orchestrate_application/result.rb,
lib/orchestrate_application/schema.rb,
lib/orchestrate_application/connect.rb,
lib/orchestrate_application/document.rb,
lib/orchestrate_application/response.rb,
lib/orchestrate_application/ref_table.rb,
lib/orchestrate_application/schema_collection.rb,
lib/orchestrate_application/simple_cache_store.rb,
lib/orchestrate_application/simple_cache_request.rb,
lib/orchestrate_application/simple_cache_response.rb
Overview
orchestrate-application
This <em>hidden gem <b>orchestrate-application</b></em> is embedded within
the <em>orchestrate-rails</em> gem to provide a basic interface and
accompanying set of services for accessing orchestrate.io collections from
<b><em>any type of application written in ruby</em></b>.
The application layer features services for connecting
to the api, sending requests and handling responses, as well as additional
services for schema definition and cache management.
The application-layer interface to orchestrate.io collections is defined
in the <b>Record[Application/Record.html]</b> class.
==== {Usage example}[Application/Example.html]
Defined Under Namespace
Classes: Connect, Document, Metadata, PrimaryKey, Record, RefTable, Response, ResponseBody, Result, Schema, SchemaCollection, SchemaEventType, SchemaGraph, SearchResult, SimpleCacheCollection, SimpleCacheRefs, SimpleCacheRequest, SimpleCacheResponse, SimpleCacheStore