Not Your Grandfather’s Perl

This page summarizes the projects mentioned and recommended in the original post on /r/programming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Lark

    Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

  • A grammar provides the high level constructs you need to define the "shape" of your data, and it largely takes care of the rest. Grammar libraries exist in other language (eg. lark or Parsimonius in Python) and they weren't created just to make XML parsing easier.

  • parsimonious

    The fastest pure-Python PEG parser I can muster

  • A grammar provides the high level constructs you need to define the "shape" of your data, and it largely takes care of the rest. Grammar libraries exist in other language (eg. lark or Parsimonius in Python) and they weren't created just to make XML parsing easier.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • can you create your own program language in python, if yes how?

    1 project | /r/Python | 12 Mar 2023
  • Lark a Python lexer/parser library

    1 project | news.ycombinator.com | 27 Feb 2023
  • Create your own scripting language in Python with Sly

    1 project | /r/Python | 28 Jan 2023
  • Creating a language with Python.

    2 projects | /r/ProgrammingLanguages | 18 Dec 2022
  • How to create a Template Engine?

    1 project | /r/flask | 17 Aug 2022