Skip to content

danja/NewsMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsMonitor

Revisiting 2021... not yet working again, see devlog.md

A feed aggregator/reader with topic-focussed discovery.

NewsMonitor may be run standalone with a SPARQL 1.1 store or as an OSGi module within the Fusepool (/Stanbol) system.

Standalone, with external Fuseki SPARQL server

Assuming there's a Fuseki server running on http://localhost:3030 with a dataset called "feedreader".

To build :

First git clone this repository, then -

cd NewsMonitor

mvn clean install -P build-for-fuseki

To run :

java -jar target/NewsMonitor-1.0.0-SNAPSHOT.jar it.danja.newsmonitor.standalone.Main


The following might not currently work

Integrated with Fusepool/Stanbol

Installation

cd to NewsMonitor directory, then :

mvn clean install

or, skipping tests :

mvn clean install -Dmaven.test.skip=true

About

Semi-intelligent, SPARQL store-backed feed reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published