An open API service indexing awesome lists of open source software.

https://github.com/sunsided/itis

ITIS database exploration
https://github.com/sunsided/itis

data-exploration graphs itis

Last synced: 10 months ago
JSON representation

ITIS database exploration

Awesome Lists containing this project

README

          

# ITIS

## Conversion

To convert the ITIS database in the `data/` subdirectory to JSON Graph, run

```console
$ python convert_itis_to_jsongraph.py
```

This will produce a `.json` and `.dot` file in the `data/` directory.
The `.dot` file can be converted to PNG using

```console
$ dot -Tpng data/ITIS-042721.dot -o ITIS.png
```

Be careful when opening this file though, as the graph is pretty large.

## ITIS physical model

The following picture shows the physical model of ITIS
within the source SQLite. Only parts of it are modeled in
the graph.

![](docs/images/physical-model.png)