Skip to content

Package for calling the API functions of an e(BE:L) generated knowledge graph and visualizing the results.

License

Notifications You must be signed in to change notification settings

e-bel/ebel_rest

Repository files navigation

e(BE:L) RESTful API Client Build Status Coverage Status

e(BE:L) RESTful API Client is a client for the easy usage of API methods provided be an e(BE:L) knowledge server. e(BE:L) is currently in the alpha-testing phase and will be released soon!

Installation Stable Supported Python Versions pypi MIT License

$ pip install ebel_rest

Quick Start

Connect to the database using the credentials.

from ebel_rest import connect, query

# Database settings
server = "https://graphstore.scai.fraunhofer.de"
db_name = "covid"
user = "guest"
password = "guest"
print_url = True

# Connect to database
connect(user, password, server, db_name, print_url)

Start making queries

pubs = statistics.publication_by_year()
pubs.data

Usage

This API interface package is designed to simplify communicating with an e(BE:L) generated knowledge graph. Examples of how to use this package and its methods can be found in Examples notebook.

Disclaimer

The COVID-19 Knowledge Graph is a resource developed in an academic capacity funded by the PHAGO project and thus comes with no warranty or guarantee of maintenance or support.

About

Package for calling the API functions of an e(BE:L) generated knowledge graph and visualizing the results.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published