pulibrary / tiger-data-app

TigerData is a comprehensive set of data storage and management tools and services that provides storage capacity, reliability, functionality, and performance to meet the needs of a rapidly changing research landscape and to enable new opportunities for leveraging the power of institutional data.
Apache License 2.0
6 stars 0 forks source link

Create root namespace as part of RootCollectionAsset #808

Closed hectorcorrea closed 3 days ago

hectorcorrea commented 3 days ago

Updated the RootCollectionAsset class to take care of the root namespace as well. Added a new class to check whether a namespace exists too.

(code to create the root has not yet been integrated into the existing code, but the functionality to create the root collection and its associated namespace is now complete and will be integrated in the next PR)

Part of #791