- Bucket URL: https://correlaid-cdl-segg.fsn1.your-objectstorage.com
- See
exploration.ipynbfor examples on how to load the data and simple descriptive statistics. - Main pipeline script:
pipeline.py. Stages are described in the log messages. - Also see
/tests, e.g.tests/test_post_main_scraping.pyto get a feel for the data and how it is structured.
All sources have a schema in lib/src/lib/models.py
- SeGg uses the Elementor website builder, which allows designing posts via a GUI (the output is stored in the API as HTML).
- There are knowledge modules as posts with:
- A main section
- An optional download section
- An optional “More Info” section
- If a download section exists, it refers to a dedicated chapter in the SV archive: https://meinsvwissen.de/sv-archiv/.
- The “More Info” section contains links to other posts and other chapters in the SV archive.
- The main section can include various media (see
lib/src/lib/models.pyandexploration.ipynbfor an overview)
- Install uv
- to run pipeline.py, you need to set the following environment variables in a .env
OR_KEY=<secret>
WP_USER=<secret>
WP_PW=<secret>
S3_ENDPOINT=<secret>
S3_ACCESS_KEY_ID=<secret>
S3_SECRET_ACCESS_KEY=<secret>