Results 21 comments of GreatYYX

according to @KimQ0126 , this PR intends to solve #392, #355 and #397.

If you construct URIs of primary and foreign key in the same way, then yes, they are linked together. To verify, upload triples to a triple store or use RDF...

On the Pyrallel's end, if `task_done()` and `join()` are called, no more new data should be added (by calling `add_task()`). ``` pp = ParallelProcessor(...) pp.start() for i in range(100): pp.add_task(i)...

Forgot to mention, would be better to add some useful commands of graphviz, like how to organize nodes in graph, to readme file.

ACHE's backend supports multiple projects. But it still needs to update its GUI.

Problems reported to Aecio, not a big change. Because myDIG doesn't communicate to ACHE backend directly, it only has a link to its GUI and a consumer which listens to...

It's not a problem, it's just Kafka manager's heart beat log. Have you seen any error logs in terminal, could you please run `docker logs dig_mydig_ws_1` and`./diagnose.sh`?

I haven't met this problem before, there's a possible solution from internet: https://www.cyberciti.biz/faq/binbash-bad-interpreter-text-file-busy/ Please try to kill other processes which are using this script and run `docker-compose restart mydig_ws`

Found a possible solution https://github.com/moby/moby/issues/9547, it could be a linux cache problem. @calvinleungyk please help me test it by: 1. `docker exec -it dig_mydig_ws_1 bash` 2. `cd /app/mydig-webservice` 3. `vi...