TypeScript Analytics

Open-source TypeScript projects categorized as Analytics

Top 23 TypeScript Analytic Projects

  • Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

  • Project mention: Grafana: From Dashboards to Centralized Observability | news.ycombinator.com | 2024-05-06
  • superset

    Apache Superset is a Data Visualization and Data Exploration Platform

  • Project mention: Apache Superset | news.ycombinator.com | 2024-02-26

    Superset is absolutely phenomenal. I really hope Microsoft eventually releases all of their customizations they made to it internally to the OS community someday.

    https://www.youtube.com/watch?v=RY0SSvSUkMA

    https://github.com/apache/superset/discussions/20094

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Umami

    Umami is a simple, fast, privacy-focused alternative to Google Analytics.

  • Project mention: Any Google Analytics Alternatives? | news.ycombinator.com | 2024-05-01

    Another open source alternative similar to Plausible is https://umami.is/

  • partytown

    Relocate resource intensive third-party scripts off of the main thread and into a web worker. 🎉

  • Project mention: Partytown: Run Third-Party Scripts from a Web Worker | news.ycombinator.com | 2024-04-22
  • amplify-js

    A declarative JavaScript library for application development using cloud services.

  • Project mention: In Defense of Cognito | /r/webdev | 2023-12-11

    One note of caution, though: Amplify uses a frontend-only Cognito integration that stores long-lived, never-rotating refresh tokens in browser storage, where any XSS vulnerability would have access to them. A more secure approach is to implement a couple of backend API routes to store the refresh tokens in `HttpOnly` cookies instead, which I outlined here (option 1 in your case to support SSO). I'll probably open source a solution to do this early next year so we don't all have to keep reinventing this wheel (probably why AWS calls their conference re:invent).

  • hyperdx

    Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors powered by Clickhouse and OpenTelemetry.

  • Project mention: Show HN: HyperDX Local – Open-source Datadog alternative for local debugging/dev | news.ycombinator.com | 2024-04-02

    Hi HN, Mike and Warren here! We’ve been building an open source local-dev-friendly mode for HyperDX (hyperdx.io). It's a single Docker container that lets you view logs, metrics, and traces for local development in a similar way you can use them for production (live tail, filter/correlate logs & spans, build charts, flamegraph, etc.) Basically, imagine you can run Datadog in a single container for local development. We does this by spinning up an OpenTelemetry collector, Clickhouse DB and HyperDX UI all in a single container - it only takes a few seconds to start and lets you start live tailing your local logs and traces immediately (and graph metrics of course).

    README (w/ demo gif): https://github.com/hyperdxio/hyperdx/blob/main/LOCAL.md

    We started building local mode as it became one of our most loved [1] community issue after sharing HyperDX. It made sense - as we constantly use HyperDX to debug our own issues locally, and have found it to be a huge productivity boost for things like…

    1. Tailing multiple container logs (and grepping/isolating them) without a ton of different terminal splits open at the same time.

    2. Be able to sensibly view structured logs and correlated traces to debug local issues (because you’re using structured logging and tracing right?) instead of adding ad-hoc console statements that print out exactly what I could’ve gotten from tracing.

    3. Testing telemetry are actually emitting/correlating as expected, before shipping it all the way out to prod and realizing I accidentally created a very expensive high-cardinality metric or a span that has the wrong properties.

    We spent some time packaging & tuning our existing OSS stack to run in a single container with less memory/space requirements by staring at `dive` to slim down the image and applied incantations from documentation until memory usage improved. Additionally we removed a few non-local-friendly things like authentication requirements and extraneous services.

    It still has all the goodness you’d want - so you can full text search your logs/traces, live tail all your events, view spans correlated with logs (and vice versa), create dashboards based on logs, metrics, traces, and is fully OpenTelemetry compatible - just point your Otel SDK/collector to http://localhost:4318 (or 4317 for the grpc folks) and you’re already good to go.

    I’m excited to share what we’ve been working on and would love to hear your feedback and opinions!

    Spin up the container yourself to try it out:

    docker run -p 8000:8000 -p 4318:4318 -p 4317:4317 -p 8080:8080 -p 8002:8002 hyperdx/hyperdx-local

    Main Open Source Repo: https://github.com/hyperdxio/hyperdx

    Hosted Demo (in case you want to play around in a cloud sandbox instead): https://api.hyperdx.io/login/demo

    HyperDX Landing Page: https://hyperdx.io

    [1]: https://github.com/hyperdxio/hyperdx/issues/7

  • growthbook

    Open Source Feature Flagging and A/B Testing Platform

  • Project mention: GrowthBook: Open-source feature flagging and A/B testing platform | /r/opensource | 2023-10-20
  • 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
  • crowd.dev

    ⚡️ The developer data platform to centralize community, product, and customer data

  • Project mention: 🏞️5 beautiful open-source web apps to learn from and get inspired 🙇‍♀️💡 | dev.to | 2024-01-17
  • amplify-cli

    The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.

  • player

    UI components and hooks for building video/audio players on the web. Robust, customizable, and accessible. Modern alternative to JW Player and Video.js. (by vidstack)

  • Project mention: How to Write a Great Readme | news.ycombinator.com | 2023-07-18

    vidstack is very light on technical details but starts with a concise intro and a screenshot, as well as relevant links: https://github.com/vidstack/player

    payload is well-structured in general: https://github.com/payloadcms/payload

    nanostores starts out with an intro and telling code examples, followed by lots of technical details: https://github.com/nanostores/nanostores

  • ossinsight

    Analysis, Comparison, Trends, Rankings of Open Source Software, you can also get insight from more than 7 billion with natural language (powered by OpenAI). Follow us on Twitter: https://twitter.com/ossinsight

  • OpenSearch-Dashboards

    📊 Open source visualization dashboards for OpenSearch.

  • Project mention: HashiCorp Adopts Business Source License | news.ycombinator.com | 2023-08-10

    I hate OpenSearch with a passion, an absolutely horrid lagging project that can't get basic autocomplete working (https://github.com/opensearch-project/OpenSearch-Dashboards/...)

    but still manages to suck the air out of the room when you want Elasticsearch because AWS already has the company's billing details and no one wants to figure out paying another provider.

  • mintable

    🍃 Automate your personal finances – for free, with no ads, and no data collection.

  • dataform

    Dataform is a framework for managing SQL based data operations in BigQuery

  • redux-beacon

    Analytics integration for Redux and ngrx/store

  • ApplicationInsights-JS

    Microsoft Application Insights SDK for JavaScript

  • Project mention: Need help on app insights logging in javascript. | /r/AZURE | 2023-10-21

    I have asked the question in the github https://github.com/microsoft/ApplicationInsights-JS/issues/2182 . Please have a look into it.

  • vulcan-sql

    Data API Framework for AI Agents and Data Apps

  • Project mention: Shout out to Appsmith developers to check out this new tool! | /r/lowcode | 2023-07-09

    I am one of the members of an open-source project VulcanSQL, a Data API Framework for data applications that helps data folks create and share data APIs faster.

  • quary

    Quary is an open-source BI platform for engineers.

  • Project mention: Quary: Rust-based data transformation alternative to DBT | news.ycombinator.com | 2024-02-21
  • chat-analytics

    Generate interactive, beautiful and insightful chat analysis reports

  • traceo

    Traceo is a self-hosted bug tracking and performance monitoring system.

  • Project mention: Traceo - observability tool for your software | /r/opensource | 2023-08-24
  • faros-community-edition

    BI, API and Automation layer for your Engineering Operations data

  • analytics-next

    Segment Analytics.js 2.0

  • react-query-firebase

    React Query hooks for managing asynchronous operations with Firebase. Supports Authentication, Analytics, Firestore & Realtime Database.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Analytics related posts

  • Grafana: From Dashboards to Centralized Observability

    1 project | news.ycombinator.com | 6 May 2024
  • Any Google Analytics Alternatives?

    3 projects | news.ycombinator.com | 1 May 2024
  • Umami: Best free Go-To Google Analytics Alternative

    1 project | dev.to | 11 Apr 2024
  • Show HN: HyperDX Local – Open-source Datadog alternative for local debugging/dev

    2 projects | news.ycombinator.com | 2 Apr 2024
  • An open-source tracking GitHub repo traffic history longer than 14 days

    1 project | news.ycombinator.com | 2 Apr 2024
  • Grafana: Open and composable observability and data visualization platform

    1 project | news.ycombinator.com | 24 Feb 2024
  • Reverse engineering the Grafana API to get the data from a dashboard

    2 projects | dev.to | 17 Feb 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Analytic projects in TypeScript? This list will help you:

Project Stars
1 Grafana 60,503
2 superset 58,956
3 Umami 19,738
4 partytown 12,694
5 amplify-js 9,361
6 hyperdx 6,158
7 growthbook 5,566
8 crowd.dev 3,245
9 amplify-cli 2,786
10 player 1,733
11 ossinsight 1,632
12 OpenSearch-Dashboards 1,558
13 mintable 1,467
14 dataform 793
15 redux-beacon 668
16 ApplicationInsights-JS 634
17 vulcan-sql 595
18 quary 580
19 chat-analytics 526
20 traceo 461
21 faros-community-edition 403
22 analytics-next 375
23 react-query-firebase 368

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com