datovy.edam.data.catalogdb 1.0.0

dotnet tool install --global datovy.edam.data.catalogdb --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local datovy.edam.data.catalogdb --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=datovy.edam.data.catalogdb&version=1.0.0
                    
nuke :add-package datovy.edam.data.catalogdb --version 1.0.0
                    

Edam.Data.CatalogDb

Requires: Edam.Common

The Catalog DB is an EF based implementation of a database to manage Containers, (File) Items, and Item Data (Files), details follow:

  • Containers are similar to a file-system drive. They have a "root" item that is automatically created and will have its independent tree representation that can be built by submitting file paths as you will do in a File System.

  • A container (File) Item can be a branch or leaf of a Tree and may have zero, one, or more data (Files) that are defined independently and stored in the Data Store as binary (blob) files.

  • A Data (File) is a child of an Item and will hold the binary blob.

The Catalog requires that a Connection String is made available to connect to the target database. Currently only SQL Client has been tested.

Try the component by running the provided Test Catalog various class / methods. The tests also shows how to get a Catalog Service instance, query files, store data, and build a Tree.

The (separete) "CatalogModel" component library contains a class to help in building a Catalog Tree (see CatalogTreeBuilder) that could be used in Blazor UI libraries to visualize the Tree.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.0 245 9/1/2024