Content¶
{"account": {"name": "<new account name>"} }
The Dydra service makes several resources available for users with administrative priviliges to remotely administer a service. See the examples for more details:
In order to create a repository post to the accounts abstract repository resource:
https://dydra.com/system/accounts/<account>/repositories
Content-Type: application/json
{"repository": {"name": "<new repository name>"},
"class": "<repository class>"
}
The options class specifies the repository’s schematic storage model
class |
schematic model |
---|---|
internal-view-repository |
The repository materializes the results of a view applied to a base repository |
hdt-repository |
The repository uses the HDT storage model |
lmdb-repository |
The repository uses a 6x B-tree storage model to index all quad term combinations |
revisioned-lmdb-repository |
The repository extends the lmdb-repository storage to incorporate a linear index for revision information |