Metadata-Version: 2.1
Name: sfapmetl
Version: 0.2.3
Summary: etlReport script
Home-page: https://github.com/ruchira-dot-rao/sf-apm-etl
Author: dummy
Author-email: ruchira.rao@maplelabs.com
License: BSD
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown

#### Python etl feature 

##### Installation
> $ pip install sfapmetl
##### Usage
> $ etl-script <config file path>

Please provide config as mentioned below
```
key: <profile key>
tags: 
  Name: <name>
  appName: <appName>
  projectName: <projectName>
metrics:
  plugins:
    - name: <PluginName>
      enabled: true
      url: <componentUrl>
      authkey: <authentication_key_for_the_url>
```
* After this setup, add cronjob into /etc/crontab( Applicable for Linux AWS instance, else run this script as a cron job) ex: To run script every 5 minutes - */5 * * * * root etl-script <config file path>

* Please refer this link for cronjob https://www.digitalocean.com/community/tutorials/how-to-use-cron-to-automate-tasks-ubuntu-1804



