BlueBrain / BlueBrain/nexus

Support AggregatedElasticSearchView and AggregatedSparqlView with composite projections

Open
#999 0 comments 0 reactions 0 assignees View on GitHub
delta
Dominant language
Scala
Stars
301
Forks
76
PR merge metrics
No merged PRs in 30d

Description

In order to support this we need to add a `projectionId` field to the `AggregatedElasticSearchView` and `AggregatedSparqlView` as follows:

```
{
...
"views": [
{
"project": "{org}/{project}",
"viewId": "{view_id}"
},
{
"project": "{org}/{project}",
"viewId": "{view_id}",
"projectionId": "{projection_id}"
}
]
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.