SPyQL – SQL with Python in the Middle

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. spyql

    Query data on the command line with SQL-like SELECTs powered by Python expressions

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. bash_kernel

    A bash kernel for IPython

    Thank you! One of my main goals was making data processing in the command-line more accessible and intuitive. If you use a shell you can leverage an extensive array of tools. please take a look at the recipes in the Readme. The shell is many times underrated for data processing!

    Right now you can use it in Jupiter Notebooks using a shell kernel like: https://github.com/takluyver/bash_kernel

    On the mid-term, developing a spyql kernel is appealing because of syntax highlighting, code autocompleting, and more. But unless several people show interest on this, I should tackle other features first.

  4. yq

    yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor

    You can use https://github.com/mikefarah/yq to convert yaml to json on the fly and pipe it into spyql. There’s an example in the Readme.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Step-by-Step Guide: Deploying a Static Web Application in OpenShift Using a Custom S2I Builder Image

    3 projects | dev.to | 9 Dec 2024
  • Setting up a local Kubernetes environment with Multipass and bridge networking

    2 projects | dev.to | 12 Nov 2024
  • Open-Source CLI tool to inspect databases fast

    1 project | news.ycombinator.com | 21 Sep 2024
  • Show HN: A self-hosted CLI tool to inspect databases fast without SQL

    1 project | news.ycombinator.com | 19 Sep 2024
  • Show HN: An open source project in Python to inspect databases through CLI fast

    1 project | news.ycombinator.com | 15 Sep 2024

Did you know that Python is
the 2nd most popular programming language
based on number of references?