Parse and broadcast logs from bibliomap-harvester
1.2K
This repository aims to create a general-purpose version of bibliomap-enricher. The application listens for bibliomap-harvester data, sends logs to ezPAARSE and broadcasts the results over websocket.
This project is expected to work with bibliomap-harvester and ezPAARSE. An example will be available soon for bibliomap.
A socket.io client can be downloaded at /socket.io/socket.io.js. Then you can listen for the ec events.
<script src="http://localhost:27779/socket.io/socket.io.js"></script>
<script>
var socket = io('http://localhost:27779');
socket.on('ec', function (data) {
console.log(data);
});
</script>
You can customize the configuration using environment variables:
Look at config.json to see the default values.
git clone https://github.com/ezpaarse-project/biblio-broadcaster.git
cd biblio-broadcaster
make install
DEBUG=biblio* make run-debug
Content type
Image
Digest
Size
258.9 MB
Last updated
over 9 years ago
docker pull ezpaarseproject/biblio-broadcaster