Skip to content

ndemarchis/mapping-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

239 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

introduction

mapping.news is a project designed to explore geospatial information in local journalism.

installation

we use bun for JS package version management and Poetry for the same in Python.

bun install
brew install pipx
pipx install poetry
poetry install

you can then run the program as needed

# parse feeds and update the database
poetry run python actions/feedParser.py

# run in dry-run mode (no database writes)
poetry run python actions/feedParser.py --dry-run

# sync cache with database (use with caution)
poetry run python actions/feedParser.py --sync-db

# validate cache against database
poetry run python actions/validateCache.py

# validate cache with detailed output
poetry run python actions/validateCache.py --verbose

# reconcile cache with database
poetry run python actions/validateCache.py --reconcile

and to start the frontend server

bun run dev

wuh-huh? why?

read more on the about page for the project.

questions?

contact info is available on the about page for the project.

further reading and acknowledgements

read more on the about page for the project.

About

mapping local news in realtime

Topics

Resources

License

Stars

Watchers

Forks

Contributors