dwiel / dwiel/graphcore

allow defining rules which apply to any type

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
11
Forks
1
PR merge metrics
No merged PRs in 30d

Description

for example this function would be applied both of these cases:

```
@graphcore.rule('*.trace_1s', '*.edges')
def edges(trace_1s):
pass

query = [{
'meter.trace_1s': ...,
'meter.edges?': None,
}]

query = [{
'appliance.trace_1s': ...
'appliance.edges?': None,
}]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.