Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
danja committed Aug 4, 2023
1 parent 3f48be8 commit fd5ee4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NewsMonitor may be run standalone locally or on a remote server as long as there

### Status 2023-08-04

Revisiting. After adjusting config to point to [my online Fuseki store](https://fuseki.hyperdata.it/) and rebuilding, the aggregator appears to mostly work. Pretty remarkable given that it's almost a decade since I wrote it. Looks like it polls/trawls feeds as it should, but I'm not seeing the feed item content in the store yet. I suspect this is down to Fuseki having a different auth setup since I last tried it, so SPARQL INSERT isn't working. Fortunately the code seems pretty well structured (I got some EU funding for it, so had to attempt best practices), shouldn't be hard to fix. *Is funny, Java was my go-to language back then, haven't used it since. For Web stuff nowadays I'll use vanilla JS in the browser, nodejs for services, for general stuff Python, for embedded, C++.*
Revisiting. After adjusting config to point to [my online Fuseki store](https://fuseki.hyperdata.it/) and rebuilding, the aggregator appears to mostly work. Pretty remarkable given that it's almost a decade since I wrote it. Looks like it polls/trawls feeds as it should, but I'm not seeing the feed item content in the store yet. I suspect this is down to Fuseki having a different auth setup since I last tried it, so SPARQL INSERT isn't working. Fortunately the code seems pretty well structured (I got some EU funding for it, so had to attempt best practices), shouldn't be hard to fix. *Is funny, Java was my go-to language back then. Nowadays for Web stuff I'll use vanilla JS in the browser, nodejs for services, for general stuff Python, for embedded C++. Anything but Java.*

I have *absolutely no idea* what I had for reader UI, can't see anything in this repo server- or client-side. But I've got stuff around [HKMS](https://hyperdata.it/hkms/) which I can easily adapt (the main idea behind HKMS is headless knowledge management, having task/domain-specific browser client apps that talk to common online SPARQL stores).

Expand Down

0 comments on commit fd5ee4f

Please sign in to comment.