From 496174255f193ef5aa2e5f4fd1b76dc558a52d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Turbelin?= Date: Fri, 24 Apr 2020 12:13:49 +0200 Subject: [PATCH] Add REAME.md file --- engines/dfc_provider/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 engines/dfc_provider/README.md diff --git a/engines/dfc_provider/README.md b/engines/dfc_provider/README.md new file mode 100644 index 0000000000..dda1304a56 --- /dev/null +++ b/engines/dfc_provider/README.md @@ -0,0 +1,8 @@ +# DfcProvider + +This engine is implementing the Data Food Consortium specifications in order to serve semantic data. +You can find more details about this on https://github.com/datafoodconsortium. + +Basically, it allows an OFN user: +* to retrieve an Access token from DFC Authorization server (using OIDC implemntation) +* to serve his Products Catalog through a dedicated API using JSON-LD format, structured by the DFC Ontology.