
ojob ojob.io/oaf/minidb port= folder= maps= name= Creates a small OpenAF channel file based persisted. You can access it by using $ch("example").createRemote("http://hostname:port/db").
If sub-maps are defined you can access them each by using $ch("example-s2").createRemote("http://hostname:port/db/s2").
| Name | Description | 
|---|---|
| port | The port where the channel will be exposed (default: 8080) | 
| folder | The folder where the file based channel persistence will be kept (default: .) | 
| maps | Optional comma separated list of sub maps. | 
| name | The name of the file based channel persistence (default to current hostname) |