graphsense-python icon indicating copy to clipboard operation
graphsense-python copied to clipboard

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

Open soad003 opened this issue 1 year ago • 1 comments

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 avatar Apr 24 '23 07:04 soad003

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

  • https://github.com/graphsense/graphsense-python/tree/feature/simple_api
  • https://github.com/graphsense/graphsense-python/tree/gen_flat_api

soad003 avatar May 23 '23 15:05 soad003