Skip to content

Examples of Elimity Insights custom connectors for different types of sources

Notifications You must be signed in to change notification settings

elimity-com/insights-custom-connector-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Elimity Insights custom connector examples

These Python packages implement example Elimity Insights custom connectors importing from different sources.

Installation

Installing the connectors requires Python version 3.9 or higher. Since these are just example scripts, they are not publicly available on PyPI. Local installation in a virtual environment is recommended for trying out the connectors:

$ python -m venv venv
$ source venv/bin/activate
(venv) $ pip install <connector-directory>

Usage

After installing, a CLI for the chosen connector should be available in the virtual environment:

(venv) $ elimity-insights-example-<connector-name>-connector --help

Development

Contributing to these connectors requires Poetry. The examples below show how to perform some common development tasks, with the working directory set for a specific connector.

Installing the development environment

$ poetry install

Formatting

$ poetry run black .

Type-checking

$ poetry run mypy .

About

Examples of Elimity Insights custom connectors for different types of sources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages