Tags: database*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. An account of how a developer, Alexey Grigorev, accidentally deleted 2.5 years of data from his AI Shipping Labs and DataTalks.Club websites using Claude Code and Terraform. Grigorev intended to migrate his website to AWS, but a missing state file and subsequent actions by Claude Code led to a complete wipe of the production setup, including the database and snapshots. The data was ultimately restored with help from Amazon Business support. The article highlights the importance of backups, careful permissions management, and manual review of potentially destructive actions performed by AI agents.
  2. This software takes a dump1090 stream of ADS-B messages and plops them into a sqlite database with a timestamp.
  3. This guide walks you through building production-grade MCP servers that expose your organization's internal data to AI models, covering authentication, multi-tenancy, streaming, and deployment patterns.
  4. A "Clawdbot" in every row with 400 lines of Postgres SQL. An open-source Postgres extension that introduces a claw data type to instantiate an AI agent - either a simple LLM or an "OpenClaw" agent - as a Postgres column.
  5. This article explains how the Cursor IDE indexes a codebase, focusing on its approach to understanding code structure and relationships beyond simple text indexing. It details the use of Language Server Protocol (LSP) and the creation of a graph database to represent the codebase, enabling features like code navigation, refactoring, and accurate code completion.
  6. This article argues that MongoDB is often chosen by developers unfamiliar with the capabilities of PostgreSQL, and that PostgreSQL is generally a superior database solution due to its robustness, data integrity features, and performance. It details specific PostgreSQL features that address common MongoDB use cases.
  7. Python virtual filesystem for SQLite to read from and write to S3.
  8. Turso is the small database for your biggest ideas. The most efficient way to build for apps, AI, agents, and everything in between. It's an embedded database engine that goes anywhere, offering features like vector search, async design, and SQLite compatibility.
    2025-10-07 Tags: , , , , , by klotz
  9. An article detailing the reasons for creating Turso, a Rust-based rewrite of SQLite, addressing limitations in performance, modern features, and contribution model.
    2025-10-07 Tags: , , , , , , by klotz
  10. Usually databases are treated primarily as fairly dumb data storage systems, but they can be capable of much more. Case in point the PostgreSQL database and its – Ada-based – PL/pgSQL programming language, which allows you to perform significantly more complex operations than would be realistically possible with raw SQL. Case in point the implementation of a Kalman Filter by the folk over at Traconiq, which thus removes the necessity for an external filtering pipeline. Using a Kalman Filter is highly desirable when you’re doing something like vehicle tracking using both dead-reckoning and GPS coordinates, as it filters out noise that can be the result of e.g. GPS reception issues.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "database"

About - Propulsed by SemanticScuttle