Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diegoquintanav/pinochet-analyze

A repository for exploring the pinochet dataset [freire2019pinoche]
https://github.com/diegoquintanav/pinochet-analyze

Last synced: about 2 months ago
JSON representation

A repository for exploring the pinochet dataset [freire2019pinoche]

Awesome Lists containing this project

README

        

# pinochet-analyze

![GitHub Pipenv locked Python version (branch)](https://img.shields.io/github/pipenv/locked/python-version/diegoquintanav/pinochet-analyze/master)

A repository for exploring the pinochet dataset [freire2019pinochet] and hopefully more data. Read more about this dataset in .

## Getting started

### Launching all services

1. install docker and docker-compose
2. `docker-compose up -d`, wait until it finishes

### Browsing the neo4j graph

1. `make neo4j.db.recreate` and wait until it finishes
2. browse the graph using the `neo4j` service at

![neo4j-graph](docs/figures/neo4j-graph.png)

The graph _schema_ or shape is

![graph-shape](docs/figures/graph_shape.png)

### Browsing the graphQL endpoint (WIP)

Endpoint is available at
![graphql](docs/figures/graphql.png)

### Browsing the leaflet map (WIP)

Go to

![leafletmap](docs/figures/leaflet.png)

Note that this map is not consuming the graphql schema yet.