- May 26, 2020
-
-
Andreas Schärtl authored
This will be very useful for further integration w/ JVM tech.
-
Andreas Schärtl authored
It's a script that generates a Java/RDF4J file with constants for the OWL ontology. This makes working with ULO convinient.
-
- May 25, 2020
-
-
Andreas Schärtl authored
-
Andreas Schärtl authored
I also etst performance and it looks okay on my small laptop.
-
Andreas Schärtl authored
-
Andreas Schärtl authored
- This also works just as well as a REST endpoint. - Most likely this is just a demo. But it works for that.
-
Andreas Schärtl authored
I'll only need it for a demo, probably. But it's nice to have.
-
- May 24, 2020
-
-
Andreas Schärtl authored
-
- May 21, 2020
-
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
Should be enough to (1) talk to the Java API and (2) provide a JSON API for the world. This is really just experimental. MMT should be integrated directly w/o JSON if possible to avoid nonsensical serialization.
-
Andreas Schärtl authored
Honestly Play is way too much for what I need. I just need a simple JSON endpoint.
-
Andreas Schärtl authored
- I'll need some REST endpoint for the data - GrahDB uses RDF4J -> JVM language prefered - Let's try out Play. It works w/ Scala and Java.
-
Andreas Schärtl authored
- It was the seperate Importer compontent written in Java. - It is not necessary anymore as we do it directly from REST in luoweb.
-
Andreas Schärtl authored
-
- May 19, 2020
-
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
- May 13, 2020
-
-
Andreas Schärtl authored
-
- May 12, 2020
-
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
-
Andreas Schärtl authored
- I might merge it all in Java if it proves to be too annoying to do the RPC
-
Andreas Schärtl authored
- Better put all Go code into one repo. - I've now wasted an hour on stupid file shuffling.
-
Andreas Schärtl authored
- It's the command line tool that will use the ulocollect lib. - It's a Git submodule.
-
Andreas Schärtl authored
-
Andreas Schärtl authored
- code goes into /src - prose in /doc - /experimental is a playground
-
- May 11, 2020
-
-
Andreas Schärtl authored
-
Andreas Schärtl authored
- Name interfaces in the canonical Golang way. - Skip the complicated logging madness for now. I do want dedicated logging for each job, but not right now...
-
Andreas Schärtl authored
- This now works just fine. - Next up is (1) refactoring, (2) cleanup of the received ULO/RDF files and (3) better state information (for the web interface)
-
Andreas Schärtl authored
-
Andreas Schärtl authored
We now run jobs w/o limits. This is probably bad in a hosted setup but we can worry about that later should it ever become a problem. As it stands the implementation is easier with a simple goroutine rather than a complicated pool of threads.
-
Andreas Schärtl authored
- Not perfect yet. I think Job should be a struct so Collector can modify its members easily.
-
Andreas Schärtl authored
-