Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
schaertl_andreas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
supervision
schaertl_andreas
Commits
d90fbe77
Commit
d90fbe77
authored
Aug 17, 2020
by
Andreas Schärtl
Browse files
Options
Downloads
Patches
Plain Diff
report: implementation: sketch out implementation section
parent
a18ecfb6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/report/implementation.tex
+18
-4
18 additions, 4 deletions
doc/report/implementation.tex
with
18 additions
and
4 deletions
doc/report/implementation.tex
+
18
−
4
View file @
d90fbe77
...
...
@@ -52,13 +52,27 @@ way of making RDF files ready for use with applications. We will now
take a look at the actual implementation created for
\emph
{
ulo-storage
}
.
\subsection
{
Collecter
}
\label
{
sec:collecter
}
\subsection
{
Collecter
and Importer
}
\label
{
sec:collecter
}
\emph
{
here be dragons
}
(1) Collecter and Importer are one piece of Golang software
\subsection
{
Importer
}
\label
{
sec:importer
}
(2) Collecter has different sources: File system and Git
repositories. Easy to extend to HTTP downloads or other sources. We
expect XML data, but different formats exist.
\emph
{
here be dragons
}
(3) Collecter forwards streams to Importer which imports data into
{
GraphDB
}
. Importer speaks GraphDB HTTP protocol for importing files.
(4) GraphDB was chosen because of
{
REASONS
}
.
(5) Import jobs not to be scheduled. Everything is handled by a
collectlib. (TODO: can we do everything w/o web interface?)
(6) On top of command line utilities we provide a web user interface
for managing these import jobs.
(7) Golang proved to be a good choice for this task as really
it's just about sending stuff around on the web.
\subsection
{
Endpoints
}
\label
{
sec:endpoints
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment