fromneo / data_utils

Functions for dealing with data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-utilities

Functions for dealing with data

Connectors

  • sqldb: Postgres connector
  • api: Mixpanel, Salesforce, and Zendesk connectors

Extractors

  • From DB, Mixpanel, or Zendesk.
  • Simple salesforce allows for SOQL, which is similar to SQL.

Loaders

  • Copy data to Postgres.

TODO

  • Refactor extract methods to use a single API class.
  • Write specialised methods for this class to deal with the different APIs.
  • Zendesk result pagination.
  • Use petl for loading data into a database.

About

Functions for dealing with data

License:MIT License


Languages

Language:Python 100.0%