Metadata-Version: 2.1
Name: BeetleETL
Version: 1.0.4
Summary: Open Source python package for moving data from NoSQL to relational databases.
Home-page: https://gitlab.com/Open-Interject/Beetle-ETL
Author: Robby Boney & Jonathon Carothers
Author-email: robbyb@gointerject.com
License: Apache License
Platform: UNKNOWN
Requires-Python: >=3
Requires-Dist: pymongo (>=3.6.0)
Requires-Dist: pyodbc (>=4.0.23)

Beetle is a python 3 package with tools necessary for transferring data from a MongoDB database to a SQL Server Database. A well defined configuration file allows the user to define the exact way data from MongoDB should be transferred to SQL Server, making Beetle a powerful tool for ETL solutions where transferring data from databases is necessary. The package comes equipped with a standalone executable as well as a modular execution setup enabling easy API or custom script integration.

For More information visit our Gitlab repository: 

https://gitlab.com/Open-Interject/Beetle-ETL

