LD4P / sinopia_server

[Deprecated - switching to MongoDB] Sinopia Back-end CRUD Service. LDP-inspired, HTTP Server taking JSON-LD resources & administrative metadata.
Apache License 2.0
1 stars 1 forks source link

Add Sinopia indexer application and container #57

Closed mjgiarlo closed 5 years ago

mjgiarlo commented 5 years ago

connects to #46 connects to #47 connects to LD4P/sinopia_indexing_pipeline#1

Includes:

Needs:

jermnelson commented 5 years ago

Hi @mjgiarlo , I like how you decomposed the script into separate javascript modules; very much the practice in React and Redux. I would suggest using Jest for your unit tests when you get to that point (if you haven't already).