TypeScript Go

Open-source TypeScript projects categorized as Go

Top 23 TypeScript Go 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: Kubernetes for Beginners | dev.to | 2024-05-19

    Kubernetes Documentation: https://kubernetes.io/docs/home/ Kubernetes Tutorials: https://kubernetes.io/docs/tutorials/ Kubernetes Community: https://kubernetes.io/community/ Prometheus: https://prometheus.io/ Grafana: https://grafana.com/ Elasticsearch: https://www.elastic.co/elasticsearch/ Kibana: https://www.elastic.co/kibana Helm: https://helm.sh/ Prometheus Helm Chart: https://github.com/prometheus-community/helm-charts/tree/main/prometheus Grafana Helm Chart: https://github.com/grafana/helm-charts/tree/main/grafana Elasticsearch Helm Chart: https://github.com/elastic/helm-charts/tree/main/elasticsearch Kibana Helm Chart: https://github.com/elastic/helm-charts/tree/main/kibana RBAC: https://kubernetes.io/docs/reference/access-authn-authz/rbac/ Network Policies: https://kubernetes.io/docs/concepts/services-networking/network-policies/ StatefulSets: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ DaemonSets: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ Taints and Tolerations: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ Custom Resource Definitions (CRDs): https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/ Operators: https://kubernetes.io/docs/concepts/extend-kubernetes/operator/

  • signoz

    SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool

  • Project mention: Show HN: OneUptime – open-source Datadog Alternative | news.ycombinator.com | 2024-04-02

    You should also check out SigNoz [1], we are an open-core alternative to DataDog - based natively on OpenTelemetry. We also have a cloud product if you don't want to host yourself

    [1] https://signoz.io

  • 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
  • compiler-explorer

    Run compilers interactively from your web browser and interact with the assembly

  • Project mention: Enlightenmentware | news.ycombinator.com | 2024-05-20

    I would say the compiler explorer[0] fits the definition perfectly. It may seem like a straightforward piece of software, but it has immensely changed the way people discuss and share knowledge around compilers and performance optimization.

    I regularly feel the impact on the quality of forum discussions. There's a lot less speculation about if "call X gets inlined", or "Y gets vectorized". Bold claims can be supported or disproven quickly by sharing a link.

    And then you have tools like llvm-mca[1] or uiCA[2], if you don't mind going into the weeds.

    [0] https://godbolt.org/

    [1] https://llvm.org/docs/CommandGuide/llvm-mca.html

    [2] https://uica.uops.info/

  • wundergraph

    WunderGraph is a Backend for Frontend Framework to optimize frontend, fullstack and backend developer workflows through API Composition.

  • Project mention: The Open-Source GraphQL Federation Solution | news.ycombinator.com | 2024-02-20
  • 1Backend

    Run your web apps easily with a complete platform that you can install on any server. Build composable microservices and lambdas.

  • chronograf

    Open source monitoring and visualization UI for the TICK stack

  • Project mention: The Plan for InfluxDB 3.0 Open Source | news.ycombinator.com | 2023-09-24

    We'll have to test Chronograf against 3.0, but I think it should just work. Unfortunately, we don't have the resources to continue developing it, but it's all available under a permissive MIT license here: https://github.com/influxdata/chronograf

  • smocker

    Smocker is a simple and efficient HTTP mock server and proxy

  • Project mention: Smocker: Smocker is a simple and efficient HTTP mock server and proxy | news.ycombinator.com | 2024-02-21
  • 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
  • wasm4

    Build retro games using WebAssembly for a fantasy console.

  • Project mention: WASM Instructions | news.ycombinator.com | 2024-02-18

    Related:

    A fast Pascal (Delphi) WebAssembly interpreter:

    https://github.com/marat1961/wasm

    WASM-4:

    https://github.com/aduros/wasm4

    Curated list of awesome things regarding WebAssembly (wasm) ecosystem:

    https://github.com/mbasso/awesome-wasm

    Also, it would be nice if there was a WASM (soft) CPU for QEMU, which (if it existed!) would go here:

    https://github.com/qemu/qemu/tree/master/target

  • golangci-lint-action

    Official GitHub Action for golangci-lint from its authors

  • Project mention: Using Private Go Modules with golangci-lint in GitHub Actions | dev.to | 2024-01-05

    # source: https://github.com/golangci/golangci-lint-action?tab=readme-ov-file#how-to-use name: golangci-lint on: push: branches: - master - main pull_request: permissions: contents: read # Optional: allow read access to pull request. Use with `only-new-issues` option. # pull-requests: read jobs: golangci: name: lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: go-version: '1.21' cache: false - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: # Require: The version of golangci-lint to use. # When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version. # When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit. version: v1.54 # Optional: working directory, useful for monorepos # working-directory: somedir # Optional: golangci-lint command line arguments. # # Note: By default, the `.golangci.yml` file should be at the root of the repository. # The location of the configuration file can be changed by using `--config=` # args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0 # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true # Optional: if set to true, then all caching functionality will be completely disabled, # takes precedence over all other caching options. # skip-cache: true # Optional: if set to true, then the action won't cache or restore ~/go/pkg. # skip-pkg-cache: true # Optional: if set to true, then the action won't cache or restore ~/.cache/go-build. # skip-build-cache: true # Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'. # install-mode: "goinstall"

  • console

    Simple UI for MinIO Object Storage :abacus: (by minio)

  • Project mention: Backblaze Product and Pricing Updates | news.ycombinator.com | 2023-08-23

    https://github.com/minio/console#minio-console is AGPL if that aligns with your needs

  • kexp

    k'exp - Kubernetes Explorer

  • Project mention: I built a tool to explore Kubernetes the visual way | /r/kubernetes | 2023-10-15
  • streamdal

    Code-Native Data Pipelines

  • Project mention: Show HN: Streamdal – an open-source tail -f for your data | /r/hackernews | 2023-11-03
  • syntax-highlighter

    Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.

  • botway

    🤖 Generate, build, handle and deploy your own AI Bot with your favorite language, for Discord, or Telegram, or even Slack

  • unbalance

    Go/React/Tailwind app to move folders/files between Unraid disks

  • devclad

    DevClad is a social-workspace platform for developers. Network, build, and ship your ideas rapidly.

  • astro

    An open, extensible, dashboard for all of your homelab services. (by igorsheg)

  • cuttlefish

    Desktop ChatGPT-based Assistant that uses Tools (by cube2222)

  • edgedb-examples

    EdgeDB example projects for different stacks

  • Project mention: Build your own documentation chatbot with ChatGPT and EdgeDB | dev.to | 2023-08-30

    Create a docs folder in the root of the project. Here we will place our Markdown documentation files. You can grab the files we use from the example project’s GitHub repo or add your own. (If you use your own, you may also want to adjust the system message we send to OpenAI later.)

  • harmony

    An experiment with WebAssembly ✨ Harmony brings Git in your browser! Create and/or modify local files, on the fly, in your browser. Use git branches and commits to track them. (by thomscoder)

  • spire

    [Spire] A rich, portable server editing and development toolkit for EverQuest Emulator servers (by Akkadius)

  • collabora-mattermost

    Mattermost plugin to integrate Collabora Online so that users can view or edit files directly in the chat.

  • kala-go

    An authorization framework written in Go based on Google's Zanzibar.

  • 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 Go related posts

  • Learn to ask for help

    2 projects | dev.to | 20 Apr 2024
  • Setting up PostgreSQL for running integration tests

    2 projects | news.ycombinator.com | 19 Apr 2024
  • World Backup Day

    3 projects | news.ycombinator.com | 31 Mar 2024
  • Bluesky announces data federation for self hosters

    7 projects | news.ycombinator.com | 22 Feb 2024
  • Managing mutable data in Elixir with Rust

    1 project | news.ycombinator.com | 16 Feb 2024
  • Copilot: Weapon For Laid Back Developers

    2 projects | dev.to | 6 Feb 2024
  • Verifying Rust Zeroize with Assembly...including portable SIMD

    1 project | dev.to | 10 Jan 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 22 May 2024
    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. Learn more →

Index

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

Project Stars
1 Grafana 60,729
2 signoz 17,175
3 compiler-explorer 15,374
4 wundergraph 2,174
5 1Backend 2,154
6 chronograf 1,479
7 smocker 1,114
8 wasm4 1,074
9 golangci-lint-action 989
10 console 790
11 kexp 736
12 streamdal 538
13 syntax-highlighter 206
14 botway 187
15 unbalance 156
16 devclad 121
17 astro 88
18 cuttlefish 86
19 edgedb-examples 56
20 harmony 52
21 spire 44
22 collabora-mattermost 43
23 kala-go 29

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