Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

rymarczy

rymarczy pushed 1 commit to main mbta/dmap-import
  • FIX: CUBIC DMAP API Authorization Timeout (#30) This change fixes the situation where DMAP API file links timeout af... 8237ce6

View on GitHub

rymarczy closed a pull request on mbta/dmap-import
FIX: CUBIC DMAP API Authorization Timeout
This change fixes the situation where DMAP API file links timeout after about an hour. If file link timeout is detected, via a HTTP 403 Code during the file link download, API results are refre...
rymarczy pushed 1 commit to main mbta/lamp
  • FIX: LAMP Public Webpage Updates (#465) Incorporates PRs #464 and #463 Fixes incorrect symbols on GTFS Archive ex... 1385e23

View on GitHub

rymarczy closed a pull request on mbta/lamp
FIX: LAMP Public Webpage Updates
Incorporates PRs #464 and #463 Fixes incorrect symbols on GTFS Archive example.
rymarczy closed a pull request on mbta/lamp
Update index.html
Replace OPMI link and edit wording to include Operations Analytics, as discussed in check-in on 2024-11-06.
rymarczy created a comment on a pull request on mbta/lamp
Incorporated into PR #465

View on GitHub

rymarczy closed a pull request on mbta/lamp
Update index.html - fix OPMI About link
rymarczy opened a pull request on mbta/lamp
FIX: LAMP Public Webpage Updates
Incorporates PRs #464 and #463 Fixes incorrect symbols on GTFS Archive example.
rymarczy created a branch on mbta/lamp

fix-lamp-webpage-opmi - Lightweight Application for Measuring Performance

rymarczy opened a pull request on mbta/dmap-import
FIX: CUBIC DMAP API Authorization Timeout
This change fixes the situation where DMAP API file links timeout after about an hour. If file link timeout is detected, via a HTTP 403 Code during the file link download, API results are refre...
rymarczy created a tag on mbta/dmap-import

v1.2.1 - Import DMAP data into a PostgreSQL database

rymarczy pushed 1 commit to main mbta/dmap-import
  • FIX: Load _history tables from temp table (#29) This change modifies the loading of _history table. Rather than l... a02fdea

View on GitHub

rymarczy created a review comment on a pull request on mbta/dmap-import
Added the fix for the S3 Permission error we were seeing as well

View on GitHub

rymarczy created a review on a pull request on mbta/dmap-import

View on GitHub

rymarczy pushed 1 commit to rr-load-history-from-temp-table mbta/dmap-import

View on GitHub

rymarczy created a review comment on a pull request on mbta/dmap-import
It's sort of a "temp" table. It gets created by the `dmap_import` application when it starts to load a QLIK table and then gets dropped at the end. So DB users would only ever see it while the ETL ...

View on GitHub

rymarczy created a review on a pull request on mbta/dmap-import

View on GitHub

rymarczy opened a pull request on mbta/dmap-import
FIX: Load _history tables from temp table
This change modifies the loading of `_history` table. Rather than load a CSV directly into the `_histroy` table, we will first load records into the `_load` table and then INSERT into the `_hist...
rymarczy created a tag on mbta/dmap-import

v1.2.0 - Import DMAP data into a PostgreSQL database

rymarczy closed a pull request on mbta/dmap-import
FEAT: Decrease run-time duration of ODS-QLIK Process
This change alters the way ods-qlik data is loaded into the dmap-import database. Previously the ods-qlik data loading steps where: 1. load individual cdc csv.gz files into `_history` table 2....
rymarczy created a review comment on a pull request on mbta/dmap-import
Incoroprated

View on GitHub

rymarczy created a review on a pull request on mbta/dmap-import

View on GitHub

rymarczy pushed 1 commit to rr-change-ods-qlik-update-process mbta/dmap-import

View on GitHub

rymarczy created a review comment on a pull request on mbta/dmap-import
I dropped it when I was trying to simplify things, I can add it back.

View on GitHub

rymarczy created a review on a pull request on mbta/dmap-import

View on GitHub

rymarczy created a review comment on a pull request on mbta/dmap-import
In local testing it didn't look like this would be an issue. Limiting the size of the hash folders to ~60MB will also limit the memory usage of the dataframe that gets created from the csv files. W...

View on GitHub

rymarczy created a review on a pull request on mbta/dmap-import

View on GitHub

rymarczy created a review comment on a pull request on mbta/dmap-import
Correct, using `TemporaryDirectory()` as `with` block removes the whole folder when exiting the block.

View on GitHub

rymarczy created a review on a pull request on mbta/dmap-import

View on GitHub

rymarczy opened a pull request on mbta/dmap-import
FEAT: Increase load speed of ODS-QLIK Process
This change alters the way ods-qlik data is loaded into the dmap-import database. Previously the ods-qlik data loading steps where: 1. load individual cdc csv.gz files into `_history` table 2....
Load more