Last updated

Resources Organization

Any resource in seismic store can be uniquely addressed using a seismic store resource URI string. The seismic store resource URI can be obtained by putting an sd:// prefix to the required resource name. There are 3 addressable resources:

  • tenant, the tenant project is the main project in a client organization, it has an isolated access scope and it is associated with a Data Ecosystem partition. The tenant name is defined when the seismic store is provisioned in a client organization and cannot be changed after.
# seismic store tenant resource uri
sd://TENANT_NAME
  • subproject, the subproject is the main working unit in seismic store. A subproject has an isolated access scope inside the tenant resource. Authorizations and user data access are regulated at this level
# seismic store subproject resource uri
sd://TENANT_NAME/SUBPROJECT_NAME
  • dataset, the seismic store data resource (like a file in a generic filesystem). A dataset resource is stored inside a subproject and can be placed under a logical folder path. the dataset path is optional and has the same meaning as a directory in a generic file-system
# seismic store dataset resource uri
sd://TENANT_NAME/SUBPROJECT_NAME/PATH/DATASET_NAME

A tenant project can host multiple subprojects. Each subproject can store multiple datasets organized in a hierarchical folder structure.