Skip to content
Snippets Groups Projects
week20.txt 725 B
Newer Older
  • Learn to ignore specific revisions
  • Week 19 (11.05.-17.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
    
    
    	-> 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.)