Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: transitFeedSyncProcessing implementation #819

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 12, 2024

  1. feat: Add Transitland feed sync processor

    This commit:
    - Implements feed sync processing for Pub/Sub messages
    - Ensures database consistency during sync operations
    - Adds configuration files for feed sync settings
    - Includes comprehensive test coverage
    - Documents sync process and configuration options
    AlfredNwolisa committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    46cca35 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. lint fix

    AlfredNwolisa committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8f2740f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Refactor to use SQLAlchemy models for database operations

    Replaced raw SQL queries with SQLAlchemy ORM models for handling database operations in feed processing. Enhanced test coverage and updated mock configurations to align with the new ORM-based approach.
    AlfredNwolisa committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    af81f14 View commit details
    Browse the repository at this point in the history