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: Rust Appreciation Thread | /r/rust | 2023-05-31

    Yep, and that kind of problem is still often the root cause of CVEs in even mature professional projects. Just one example that springs to mind: CVE-2022-39328 for Grafana.

  • memos

    A lightweight, self-hosted memo hub. Open Source and Free forever.

    Project mention: How do you guys document all the technical stuff of your selfhosted servers? | /r/selfhosted | 2023-06-01

    I was using wikijs but it's overkill and way to in-depth for stuff like that but that's not a bad thing it can be a fantastic tool if that's what you prefer. But I recently discovered memos a twitter like note taking app you can selfhost. Search functionality and tags. Can input code segments which I use for my compose files portainer stacks ect.. also have a post on there for all my IP addresses and lots of other useful snippets from around the web. https://github.com/usememos/memos

  • Klotho

    AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)

  • compiler-explorer

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

    Project mention: Quizzes where you have to think like C compiler | /r/learnprogramming | 2023-06-03
  • signoz

    SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool

    Project mention: Deep Dive: Observability Tool Price Comparison with Calculator Spreadsheet | /r/Observability | 2023-05-27

    Sure, we will include dynatrace and elastic in our next update. The line items are mostly based on how the product does the billing u/RabidWolfAlpha. Datadog has an SKU-based billing structure. If you visit their pricing page, they list down a lot of products, and they bill each of them separately. For example, APM and infrastructure monitoring are two separate paid products. SigNoz is based on usage-based pricing; only pay for how much data you ingest. Billing is based on how much logs, metrics and traces you ingest. There is no separate billing for APM and infrastructure monitoring. SigNoz has most features that Datadog provides, except things like network monitoring, Cloud SIEM, etc. Are you looking for any specific feature? p.s SigNoz is also open source: our github repo.

  • console

    Redpanda Console is a developer-friendly UI for managing your Kafka/Redpanda workloads. Console gives you a simple, interactive approach for gaining visibility into your topics, masking data, managing consumer groups, and exploring real-time data with time-travel debugging. (by redpanda-data)

    Project mention: What are your favorite tools or components in the Kafka ecosystem? | /r/apachekafka | 2023-05-31
  • 1Backend

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

    Project mention: Why would someone need serverless infrastructure? | /r/homelab | 2023-01-08
  • wundergraph

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

    Project mention: How to generate a CLI from GraphQL API/schema? | /r/graphql | 2023-06-03
  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

  • wasm4

    Build retro games using WebAssembly for a fantasy console.

    Project mention: Build retro games using WebAssembly for a fantasy console | news.ycombinator.com | 2023-02-27
  • golangci-lint-action

    Official GitHub action for golangci-lint from its authors

  • console

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

    Project mention: Using Kubernete & minIO. If anyone is able to assist me in finalising my minIO deployment, I'd appreciate it | /r/devops | 2023-01-28
  • scale

    A High-Performance WebAssembly Function Runtime

    Project mention: Show HN: Scale – Serverless functions, in any language, powered by WASM | news.ycombinator.com | 2023-04-20
  • nx-go

    🍈 Nx plugin to use Go in a Nx Workspace

    Project mention: Monorepos in Golang? Preferably with NextJS | /r/golang | 2023-06-03

    Your go projects will share the go dependencies from the go.mod file in the root. Checkout https://github.com/nx-go/nx-go for getting started. Also, when generating a library you can follow the same approach as an app except you change it from app to lib.

  • syntax-highlighter

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

  • botway

    🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack, or even Twitch.

    Project mention: Botway - 🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack. | dev.to | 2022-06-21

    scoop bucket add botway https://github.com/abdfnx/botway scoop install botway

  • devclad

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

    Project mention: Show HN: Meet developers 1-on-1 every week | news.ycombinator.com | 2023-01-16

    > you are matched with another dev using an ML algorithm for a 1 on 1 call

    I was wondering why so complicated and how the model was learned...

    > https://github.com/DevClad-Inc/devclad/blob/main/apps/server...

    Aha, better indeed to rely on your own human learning ;-)

  • cuttlefish

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

    Project mention: ResearchGPT: Automated Data Analysis and Interpretation | news.ycombinator.com | 2023-04-25

    I made something vaguely similar for your local terminal[0].

    The idea is to give you a chat with an assistant that can use local tooling. Here it's Python for data analysis, I went more in the direction of "give it access to your terminal, so it can answer questions / do tasks on your local machine" which is something web-based options can't do right now.

    I.e. ask it about your system details (processes, wifi) or to do things (configure something). Have it run the relevant commands, analyze the output, and respond either in natural language or i.e. a chart.

    It's a really cool area of putting AI in a feedback loop (langchain-like), which I think is where the magic happens, and where we'll see much more happening in the future.

    [0]:https://github.com/cube2222/cuttlefish

  • astro

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

  • 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)

    Project mention: Bringing Git in the browser via Go and WebAssembly. Upload, create files, folders, branches, commits etc... On the fly in the browser | /r/golang | 2022-10-09

    Repo: https://github.com/thomscoder/harmony

  • vscode-goplus

    GoPlus (Go+) Plugin for vscode

  • edgedb-examples

    EdgeDB example projects for different stacks

    Project mention: some beginner questions about edgedb | /r/edgedb | 2022-08-02

    EdgeDB employee here. Regarding tech stacks, we're seeing the most adoption in the JS/TypeScript ecosystem, especially Next.js and Remix users. That's followed by Python then Go. We've been prioritizing Deno and will be working in the near future to make our query builder Deno-compatible as well. You can see an (very simplistic) example project showing how to use EdgeDB in a Deno Fresh app: https://github.com/edgedb/edgedb-examples/tree/main/deno-fresh

  • 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.

    Project mention: Show HN: Open-source authorization service based on Google-Zanzibar | news.ycombinator.com | 2022-07-14
  • go-explorer

    New, intuitive, and fun online environment for learning, exploring, and experimenting with the Go programming language.

  • Sonar

    Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

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). The latest post mention was on 2023-06-03.

TypeScript Go related posts

Index

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

Project Stars
1 Grafana 55,608
2 memos 14,228
3 compiler-explorer 13,277
4 signoz 13,006
5 console 3,196
6 1Backend 2,129
7 wundergraph 1,592
8 wasm4 878
9 golangci-lint-action 810
10 console 649
11 scale 340
12 nx-go 304
13 syntax-highlighter 178
14 botway 152
15 devclad 123
16 cuttlefish 56
17 astro 55
18 harmony 49
19 vscode-goplus 45
20 edgedb-examples 45
21 collabora-mattermost 35
22 kala-go 22
23 go-explorer 18
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
www.influxdata.com