2023-01-31 17:28:22 +00:00
2023-01-29 10:06:02 +00:00
2023-01-29 10:06:02 +00:00
2022-09-04 14:30:34 +01:00
2023-01-20 11:11:12 +00:00
2023-01-20 11:14:41 +00:00
2023-01-07 20:37:23 +00:00
2022-12-31 13:51:42 +00:00

Sugartrail

title

Sugartrail is a network analysis and visualisation tool developed to make it easier and faster for researchers to explore connections between companies, officers and addresses within Companies House.

Requirements

You will require an API key from Companies House to get data. First you will need to create a live application to get an API key which you can do by following the Companies House guide.

No-Install Usage

A hosted demo of the Sugartrail dashboard can be accessed here (might take a few seconds to load the page).

Demo

img

Installation

  1. Make sure you have Conda installed

  2. Download the tool's repository using the command:

git clone https://github.com/ribenamaplesyrup/sugartrail.git
  1. Navigate to the main directory and run:
conda env create -f config/environment.yml
conda activate candystore
pip install -e .
jupyter nbextension enable --py --sys-prefix ipyleaflet
  1. For a quickstart run voila --no-browser --debug --Voila.ip=0.0.0.0 dashboard/Sugartrail.ipynb --VoilaConfiguration.file_whitelist="['.*']" and navigate to the url printed in your terminal where Voilà is running at (no-code). For a more detailed explanation of the tool's capabilities, run jupyter notebook notebooks and open either quickstart.ipynb or 001_getting_started.ipynb.
Description
Visualise networks of companies, officers and addresses connected through UK Companies House
Readme MIT 93 MiB
Languages
HTML 81.9%
Jupyter Notebook 10.5%
Python 7.6%