Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegoquintanav/pinochet-analyze
A repository for exploring the pinochet dataset [freire2019pinoche]
https://github.com/diegoquintanav/pinochet-analyze
Last synced: 18 days ago
JSON representation
A repository for exploring the pinochet dataset [freire2019pinoche]
- Host: GitHub
- URL: https://github.com/diegoquintanav/pinochet-analyze
- Owner: diegoquintanav
- License: mit
- Created: 2019-09-20T16:56:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T19:39:08.000Z (about 1 year ago)
- Last Synced: 2024-07-28T08:33:57.792Z (4 months ago)
- Language: HTML
- Size: 14 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.