OpenFabrics / sunfish_library_reference

The core Sunfish implementation
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

sunfishcore_lib initial commit. #4

Closed erika-rosaverde closed 7 months ago

erika-rosaverde commented 8 months ago

This pull request introduces the first sunfishcore library implementation. This implementation separates the REST Server from the Core sunfish library logic. The same is done for the Redfish object storage. That is now abstracted through the class BackendInterface. At the moment we only provide implementation for file system based storage backend.