Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

utility for querying against a network

License

Notifications You must be signed in to change notification settings

complexdatacollective/networkQuery

Repository files navigation

networkQuery Build Status

utility for querying against a network

Methods

query(network, query)

Query a network, and return a boolean depending on whether the query matches.

A query can be comprised of multiple rules, joined by an operator.

filter(network, query)

Filter a network by one or more queries, returning a network. Queries are joined by an operator which determines if the network is filtered cumulatively (AND) or if any query can match each entity (OR).

About

utility for querying against a network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published