https://github.com/thomas-touhey/mustash
Transpiler for data processing pipelines. (Gitlab.com mirror)
https://github.com/thomas-touhey/mustash
data-ingestion data-pipeline elasticsearch logstash transformation
Last synced: 4 months ago
JSON representation
Transpiler for data processing pipelines. (Gitlab.com mirror)
- Host: GitHub
- URL: https://github.com/thomas-touhey/mustash
- Owner: thomas-touhey
- Created: 2024-07-07T11:26:28.000Z (12 months ago)
- Default Branch: develop
- Last Pushed: 2024-10-24T08:25:59.000Z (8 months ago)
- Last Synced: 2025-01-16T06:16:49.648Z (5 months ago)
- Topics: data-ingestion, data-pipeline, elasticsearch, logstash, transformation
- Language: Python
- Homepage: https://mustash.touhey.pro/
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
mustash -- portable ingest pipelines for documents
==================================================Mustash, composed of "mu" meaning "mutation" and "stash" referencing Logstash_,
is a Python module for coding and applying transformations to a document.Using Mustash, you can:
* Read and render pipelines as ElasticSearch ingest pipelines or Logstash
filters.
* Define and run pipelines and processors.
* Validate ElasticSearch ingest pipelines.The project is present at the following locations:
* `Official website and documentation at
mustash.touhey.pro `_;
* `Mustash repository on Gitlab `_;
* `Mustash project on PyPI `_... _Logstash: https://www.elastic.co/fr/logstash
.. _Mustash website: https://mustash.touhey.pro/
.. _Mustash on Gitlab: https://gitlab.com/kaquel/mustash
.. _Mustash on PyPI: https://pypi.org/project/mustash