-
Notifications
You must be signed in to change notification settings - Fork 0
Requirement 3
The format shall be capable of utilizing I/O adaptors so that one or more instances of the format may either flow into or out of various other software/representations.
The format shall support I/O adapters for REST services. Each REST I/O adapter is specially built for individual REST service interfaces.
The format shall support I/O adapters for databases. Each database adapter is specially built for the database type (SQL, noSQL, etc) and schema.
A database format I/O adapter shall be capable of creating appropriate schema to store format instances.
The format shall support I/O adapters which split instance information between 2 or more file instances.
The format shall be capable of pulling and using the appropriate adapter from an adapter repository based on a unique URI which identifies the needed adapter.
The format shall support a local I/O adapter cache.
The format shall support pulling and updating I/O adapters from an identified online repository.