Metadata-Version: 2.1
Name: django-olympus
Version: 0.0.2
Summary: Collect data from django models into ElasticSearch
Home-page: https://github.com/surface-security/django-olympus
Author: PPB - InfoSec Engineering
Author-email: surface@paddypowerbetfair.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# django-olympus

Collect data from django models into ElasticSearch

## TODO

- integration tests: spin up a docker with ES and run a collector from the test app
- support different elasticsearch version (and libs) using option.extra.installs?
- DOCS!


