multinet-app / multinet-api

Apache License 2.0
2 stars 2 forks source link

API post-filtering doesn't preserve connected unconnected nodes from source CSV fiiles #135

Closed curtislisle closed 2 years ago

curtislisle commented 2 years ago

The proposed filtering changes in the API (graph-algos PR) currently eliminates nodes that are completely unconnected in an uploaded CSV. This is an "opinionated" behavior that might preclude some future applications, so fix the ETL in the PR to allow unconnected nodes to pass through.

curtislisle commented 2 years ago

closing this issue, as We are going to use Pregel algorithms and AQL instead of post-processing.