ai-agent

InfluxDB-Python: Easy Data Storage

Store data easily with InfluxDB-Python, a Python client.
1,692 stars511 forksPythonGuide quality 8/10Updated 10/29/2024100% free · open source
What it does

InfluxDB-Python allows startup founders to easily store and retrieve time-series data from their applications using a Python client.

When to use it
  • When building IoT applications that generate large amounts of sensor data
  • When creating monitoring and logging systems for distributed systems
  • When developing real-time analytics and data visualization tools
Ready-to-paste prompt
client.write_points([{'measurement': 'website_traffic', 'fields': {'value': 100}, 'tags': {'host': 'example.com'}}])
Heads up: Make sure to replace the default 'localhost' and '8086' with your actual InfluxDB server host and port, and handle any authentication requirements, such as setting the 'username' and 'password' parameters when creating the client instance
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/influxdb-python && curl -fsSL https://workflowstacks.com/api/skills/influxdb-python/claude-skill -o ~/.claude/skills/influxdb-python/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How InfluxDB-Python: Easy Data Storage works
Codeflow
Free to inspect

InfluxDB-Python: Easy Data Storage is a medium Python project (~4k lines across 25 code files, plus 16 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit 23 months ago, MIT license, has a test suite.

Size
Medium codebase
~4k lines · 25 code files · 33 min skim
Setup
One-command install
Installs like a normal app. Reading the code is optional.
Runs on
Python
No API keys detected
Python 100%
Where to start reading
  1. 1
    README.rst
    Start here — what it does and how to install it
  2. 2
    pyproject.toml
    Dependencies and the commands it exposes
  3. 3
    examples/tutorial.py
    A worked example — copy this to get going
What's in each folder
docs/Documentation9 files
examples/Examples you can copy7 files
influxdb/Folder31 files
.github/CI / automation (GitHub Actions)3 files
READMEHas testsDocumentedCI checksExamples includedMIT licenseLast update 23 mo agoArchived — read only
Quick Actions
Details
Creator
influxdata
Language
Python
Category
ai-agent
Published
11/5/2013

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.