graphsense / graphsense-python

A Python client for the GraphSense REST interface.
MIT License
19 stars 5 forks source link

gs-frontend-lib: Create a utilities lib around gs-python #24

Open soad003 opened 1 year ago

soad003 commented 1 year ago

The gs-python repository is a simple wrapper around the gs-rest interface. This is often not very convenient to use and results in a lot of boilerplate code in notebooks etc.

Shipping certain utility functions with a well defined interface with gs-python could vastly improve the workflow for notebook users or other people that want to integrate gs in their tools.

It is also a great way to ship cool new features to users.

soad003 commented 1 year ago

We have created two examples how the new api simplified api could look like. Decision is outstanding. We feel that this is going to be a bigger issue.

Examples can be found these two branches