Skip to content

ProximoSrl/Jarvis.MetadataService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jarvis.MetadataService build status

Simple metadata provider from .csv files.

Should be used as a blueprint for system integrators.

Current implementation load the *.csv files on App_Data in memory with the following structure.

+provider
|
+---+file_name (kind)
    |     
    +---+key
        |
        +---property:value
        |
        +---property:value
        |
        +---property:value

The document key is the first column in the .csv file. Field separator is ;

Schema of the metadata can be queried with:

GET http://host:port/metadata/kind/@schema

Metadata can be queried with:

GET http://host:port/metadata/kind/key

or

POST http://host:port/metadata/query
{
    kind:'kind',
    key:'key'
}

About

Metadata service sample

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages