srctx: A golang library for automatically evaluating the function level impacts of Git Diff

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

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
  • lsif-go

    Discontinued Language Server Indexing Format (LSIF) generator for Go

  • curl -L https://github.com/sourcegraph/lsif-go/releases/download/v1.9.3/src_linux_amd64 -o /usr/local/bin/lsif-go chmod +x /usr/local/bin/lsif-go lsif-go -v

  • srctx

    A library for extracting and analyzing definition/reference graphs from your codebase. Powered by tree-sitter and LSIF/SCIP.

  • wget https://github.com/williamfzc/srctx/releases/download/v0.4.2/srctx-linux-amd64 chmod +x srctx-linux-amd64 ./srctx-linux-amd64 diff --before HEAD~1 --after HEAD --lsif dump.lsif --outputCsv output.csv --outputDot output.dot ```

  • 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

  • srctx: a LSIF parser for understanding what happened in every lines of your code

    4 projects | /r/golang | 6 Apr 2023
  • Visualize Your Commits: Automatically Evaluate Function-Level Impact in Seconds with a simple setup. Cross-Language. (https://github.com/williamfzc/srctx)

    1 project | /r/coolgithubprojects | 27 Jun 2023
  • Steve Yegge Joins as Head of Engineering of Sourcegraph

    4 projects | news.ycombinator.com | 4 Oct 2022
  • best compiler plugins?

    2 projects | /r/Kotlin | 27 Apr 2022
  • Open source software maintenance is difficult: examples with Go math/rand/v2 and testify

    1 project | dev.to | 2 May 2024