From 4153bfc7dacf03e594ae4ff36fe187aee3e1e092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Sch=C3=A4rtl?= <andreas@schaertl.me> Date: Wed, 13 May 2020 16:55:22 +0200 Subject: [PATCH] doc/timeline: prototype of import stage now in development --- doc/timeline/week20.txt | 20 ++++++++++++++++++-- src/ulocollect | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/doc/timeline/week20.txt b/doc/timeline/week20.txt index 82b729c..fe9239d 100644 --- a/doc/timeline/week20.txt +++ b/doc/timeline/week20.txt @@ -1,13 +1,29 @@ Week 19 (11.05.-17.05.) ======================= -[ ] design of importer (11.05.) +[x] design of importer (11.05.) - What components are required? + -> see doc/components* + + -> actualy implementation might be more of a monolith than that + - What language/stack to use? Here we need to keep available libraries in mind. + -> I should be able to do it all in Go, well Collector and Importer + anways. The Endpoint might be JVM because of the RDF4J library. + - sketch out APIs between components -[ ] build up prototype (11.05.+) + -> again, see doc/components* + +[~] build up prototype (11.05.+) + + -> Collector already works for local files. Can be easily + extended to scan Git repo and the like + + -> Now I'm going to build up a web ui (14.05.). + +[ ] containerize prototype (15.05.) diff --git a/src/ulocollect b/src/ulocollect index 039aacf..3fabd35 160000 --- a/src/ulocollect +++ b/src/ulocollect @@ -1 +1 @@ -Subproject commit 039aacfdee76654e065692333d6bff4f89b9bf06 +Subproject commit 3fabd352778292363697783d7fca23e0948500cf -- GitLab