Browse free open source JavaScript Log Parsers and projects below. Use the toggles on the left to filter open source JavaScript Log Parsers by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 1
    csv-parser

    csv-parser

    Streaming csv parser inspired by binary-csv that aims to be faster

    csv-parser is a streaming CSV parsing library for Node.js designed for efficiency and correctness. It implements the stream API native to Node, allowing you to pipe a file or readable stream into the parser and process each row (as a JavaScript object or array) as soon as it's parsed — which is crucial for handling large CSV files without loading them entirely into memory. The parser handles standard CSV semantics including quoted fields, variable delimiters, escape sequences, and optional headers; this makes it robust for a variety of CSV dialects you might encounter. Because it works incrementally (row by row), it is well suited for ETL pipelines, data ingestion workflows, CSV-to-database imports, or any context where you need to process or transform large tabular data in Node.js efficiently. Using the .on('data') / .on('end') (or equivalent async patterns), you can accumulate, filter, transform, or stream data further downstream without waiting for the whole file.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    jQuery Source Code Interpretation

    jQuery Source Code Interpretation

    jQuery source code parsing

    jQuery- is a collection of experimental frontend techniques and creative demonstrations centered around JavaScript, CSS, and browser behavior, created by the same author behind iCSS. The project focuses on showcasing clever implementations, visual tricks, and unconventional solutions that expand how developers think about classic web technologies. It serves primarily as an educational playground where developers can study practical code examples and learn nuanced behaviors of the DOM, animations, and browser rendering. The repository complements the author’s broader ecosystem of frontend explorations by emphasizing hands-on experimentation and reproducible demos. Its materials are particularly useful for developers interested in performance tricks, visual polish, and edge-case browser behavior. Overall, jQuery- functions as a technical inspiration lab for frontend developers exploring advanced web interaction patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB