Skip to main content

Add your description here

Project description

MQTT ingestor

Store MQTT messages to database (via mongodb, postgres or sqlalchemy)

Usage

Docker

docker run -v $PWD/.env:/.env --rm ghcr.io/celine-eu/mqtt-ingestor:latest

python API

from mqtt_ingestor.api import MqttIngestor

ingestor = MqttIngestor()
ingestor.start()

Configuration

# log level
LOG_LEVEL=INFO

# broker hostname
MQTT_BROKER=mqtt
MQTT_PORT=1883
MQTT_USER=mqtt_user
MQTT_PASS=secretpass
# enable TLS support
MQTT_TLS=0
# transport: tcp or websockets
MQTT_TRANSPORT=tcp
# list of topics, separated by comma
MQTT_TOPICS='#'

# backend selection: postgres, mongodb or sqlalchemy
STORAGE_BACKEND=postgres

# postgres DSN
POSTGRES_DSN=postgresql://postgres:postgres@postgres:5432/mqtt
# postgres table
POSTGRES_TABLE=mqtt_messages

# sqlalchemy DSN
SQLALCHEMY_DSN=postgresql+psycopg2://postgres:postgres@postgres:5432/mqtt
# sqlalchemy table
SQLALCHEMY_TABLE=mqtt_messages

# mongodb connection URI
MONGO_URI=mongodb://mongo:27017/
# mongodb database
MONGO_DB=mqtt_data
# mongodb collection
MONGO_COLLECTION=data

LICENSE

Copyright >=2025 Spindox Labs

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mqtt_ingestor-1.6.0.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mqtt_ingestor-1.6.0-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file mqtt_ingestor-1.6.0.tar.gz.

File metadata

  • Download URL: mqtt_ingestor-1.6.0.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqtt_ingestor-1.6.0.tar.gz
Algorithm Hash digest
SHA256 2aae1183f0edad2c682ce48999ec47f5248a69602860d3060f38f9b08b1955d6
MD5 8fc815f4bf76e7bfa1f278c483dc5cab
BLAKE2b-256 fcb5039fa77b106a02234ae77598ac6249aa1168bbe3eec44819137ff0634173

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqtt_ingestor-1.6.0.tar.gz:

Publisher: release.yaml on celine-eu/mqtt-ingestor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mqtt_ingestor-1.6.0-py3-none-any.whl.

File metadata

  • Download URL: mqtt_ingestor-1.6.0-py3-none-any.whl
  • Upload date:
  • Size: 17.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mqtt_ingestor-1.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7a656e71995410702e28e2cbee391931896bd6dd1520ede1c3bb4baf004cc1e5
MD5 601ace2ead712cefd63f79c5b93d8bb8
BLAKE2b-256 78bbfef3bfdb684fa8e29b43ae6d348e071241dbf1760b4d538bcb3a5d2ac1ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for mqtt_ingestor-1.6.0-py3-none-any.whl:

Publisher: release.yaml on celine-eu/mqtt-ingestor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page