https://github.com/elsehow/taaraxtak
A platform for collecting, storing, and visualizing data about geopolitical dimensions of the Internet.
https://github.com/elsehow/taaraxtak
Last synced: about 1 year ago
JSON representation
A platform for collecting, storing, and visualizing data about geopolitical dimensions of the Internet.
- Host: GitHub
- URL: https://github.com/elsehow/taaraxtak
- Owner: elsehow
- License: bsd-2-clause
- Created: 2021-04-20T23:52:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T11:04:02.000Z (over 4 years ago)
- Last Synced: 2025-03-25T17:49:04.747Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 4.41 MB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# taaraxtak

taaraxtak is a platform for collecting, storing, and visualizing data about
political dimensions of the Internet. See [some context on its
motivation](https://nickmerrill.substack.com/p/the-story-so-far).
See a live version at XXX
# Install
See [INSTALL.md](INSTALL.md)
# Run
For local development, start the collection server with
```
python3 collect.py
```
You can also run the data collection as separate one-time jobs:
- `python3 run.py w3techs`
- `python3 run.py ooni`
This makes it suitable to be run from a system cron, rather than as a standalone continuous process.
Then check out your Grafana instance (by default, https://localhost:3000).
To deploy a production environment, see [DEPLOY.md](DEPLOY.md)
# Testing
Tests will require `pytest`:
```
pip install pytest
```
Run tests with
```
pytest test/*
```
Optionally, you can run tests with code coverage:
```
pip install pytest
pip install pytest-cov
pytest test/* --cov=src
```
# Contributing
See [CONTRIBUTING.MD](CONTRIBUTING.md).
# About the name
taaraxtak (IPA: taːɾaxtak) means "the sky" in the [Chochenyo
Ohlone](https://sogoreate-landtrust.org/lisjan-history-and-territory/) language.
Looking up at the sky, I can only see what's above me. Similarly, the Internet
is something I can only know partially. The name is meant to remind us to look
at what we *can* see, knowing it's only part of the whole.
(When we measure the Internet we are, in more
senses than one, looking at the shape of clouds). Remember, everything we
learned about the atmosphere started by looking up at the sky. All we ever
need is a partial perspective and an open system of thought.
# License
BSD 2-Clause