BlueBrain / BlueBrain/nexus-forge

Include common configurations within the package

Open
#229 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
52
Forks
21
PR merge metrics
No merged PRs in 30d

Description

Having to copy the contents, or download a link like `https://raw.githubusercontent.com/BlueBrain/nexus-forge/master/examples/notebooks/use-cases/prod-forge-nexus.yml` is cumbersome to make basic queries. Adding the file to the package when being deployed, and having a method to get them would make things much simpler.

Perhaps something like:

```
from kgforge import configurations
from kgforge.core import KnowledgeGraphForge

forge = KnowledgeGraphForge(configurations.get("BBPPublic"))
```

would make it easier to connect to instances.

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.