Skip to content

Repository of Python functions for importing data from ERM Telematics' Karma API to an SQL Server Database.

Notifications You must be signed in to change notification settings

SFuentes05/erm-python-functions

Repository files navigation

ERM Telematics Karma API Python Import Functions

This module contains scripts to import data from the ERM telematics Karma API into a SQL Server database. Each script is responsible for handling a specific type of data.

Karma API

For more information on the Karma API, please visit: https://karma.online/api/

Files

  • car_import.py: Handles the import of car data.
  • driver_import.py: Manages the import of driver information.
  • project_import.py: Synchronizes project details.
  • trip_import.py: Processes trip data with pagination support.
  • e_data_import.py: Handles extended data and parameters for each vehicle.

Setup

  1. Copy .env.example to .env and fill in the required environment variables.
  2. Install the required Python packages using pip install -r requirements.txt.

Usage

Run each script individually to import the respective data type. Ensure that the environment variables are correctly set in the .env file.

About

Repository of Python functions for importing data from ERM Telematics' Karma API to an SQL Server Database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages