C Go

Open-source C projects categorized as Go

Top 23 C Go Projects

  • go-sqlite3

    sqlite3 driver for go using database/sql

  • Project mention: Show HN: Roast my SQLite encryption at-rest | news.ycombinator.com | 2024-04-30

    SQLite encryption at-rest is a hot requested feature of both the “default” CGo driver [1] and the transpiled alternative driver [2]. So, this is a feature I wanted to bring to my own Wasm based Go driver/bindings [3].

    Open-source SQLite encryption extensions have had a troubled last few years. For whatever reason, in 2020 the (undocumented) feature that made it easy to offer page-level encryption was removed [4]. Some solutions are stuck with SQLite 3.31.1, but Ulrich Telle stepped up with a VFS approach [5].

    Still, their solution seemed harder than something I'd want to maintain, as it requires understanding the structure of what's being written to disk at the VFS layer. So, I looked at full disk encryption for something with less of an impedance mismatch.

    Specifically, I'm using the Adiantum tweakable and length-preserving encryption (with 4K blocks, matching the default SQLite page size), and encrypting whole files (rather than page content).

    I'm not a cryptographer, so I'd really appreciate some roasting before release.

    There is nothing very Go specific about this (apart from the implementation) so if there are no obvious flaws, it may make sense to port it to C/Rust/etc and make it a loadable extension.

    [1] https://github.com/mattn/go-sqlite3/pull/1109

  • GmSSL

    支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱

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

    SDL2 binding for Go

  • glfw

    Go bindings for GLFW 3 (by go-gl)

  • Project mention: Understand how to use C libraries in Go, with CGO | dev.to | 2023-10-09

    And this is how https://github.com/go-gst/go-gst, https://github.com/go-gl/glfw, and even https://fyne.io/ are using system libraries to propose a lot of functionalities.

  • felix

    Project Calico's per-host agent Felix, responsible for programming routes and security policy.

  • libplctag

    This C library provides a portable and simple API for accessing Allen-Bradley and Modbus PLC data over Ethernet.

  • Project mention: C# HMI and Allan Bradley PLC | /r/PLC | 2023-05-21
  • go-libtor

    Self-contained Tor from Go

  • SaaSHub

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

    SaaSHub logo
  • godror

    GO DRiver for ORacle DB

  • scale

    A framework for building high-performance plugin systems into any application, powered by WebAssembly.

  • Project mention: WASM by Example | news.ycombinator.com | 2023-11-15

    This is exactly one of the use-cases for the Scale Framework[1]. (Disclaimer: I work on this project)

    You can absolutely take a library from one language and run it in another. In a sense, you could kind of see this ability as drastically reducing the need for rewriting sdks, middlewares, etc. across languages, as you could just reuse code from one language across many others. We played around with some fun ideas here, like taking a Rust regex library and using it in a Golang program via a scale function plugin (compiled to Wasm), to the effect of the performance being ~4x faster than native code that uses Go's regex library.

    [1] https://github.com/loopholelabs/scale

  • gozstd

    go wrapper for zstd

  • Project mention: Chrome Feature: ZSTD Content-Encoding | news.ycombinator.com | 2024-04-01
  • opentelemetry-go-instrumentation

    OpenTelemetry Auto Instrumentation using eBPF

  • Project mention: OpenTelemetry Journey #01 - Important concepts | dev.to | 2024-03-24

    Go

  • c4go

    Transpiling C code to Go code

  • go-sqlite-lite

    SQLite driver for the Go programming language

  • opentelemetry-go-instrumentation

    OpenTelemetry auto-instrumentation for Go applications (by odigos-io)

  • gohook

    GoHook, Go global keyboard and mouse listener hook

  • tubular

    BSD socket API on steroids (by cloudflare)

  • hitsumabushi

    Run Go programs (almost) everywhere

  • llama-go

    Port of Facebook's LLaMA (Large Language Model Meta AI) in Golang with embedded C/C++

  • gherkin

    A parser and compiler for the Gherkin language. (by cucumber)

  • Project mention: Is BDD alive in C++ ? | /r/cpp | 2023-05-30

    I would not recommand the C++ version of Cucumber because as you mentioned it's deprecated for a while now. However, if you still want to use the Cucumber syntax, you can rely on the [C gherkin parser](https://github.com/cucumber/gherkin/tree/main/c)

  • ngx_wasm_module

    Nginx + WebAssembly

  • Project mention: Nginx Development Guide | news.ycombinator.com | 2023-08-16

    Proxy WASM appears to be supported thanks to a project from Kong: https://github.com/Kong/ngx_wasm_module

    I haven't tried it yet, but it looks promising.

  • tree-sitter-go-template

    Golang template grammar for tree-sitter

  • Project mention: adding go html template highlight in lazyvim | /r/neovim | 2023-06-19

    I followed the instructions for https://github.com/ngalaiko/tree-sitter-go-template and replaced `yml` injection with `html` injection.

  • go-bsdiff

    Golang wrapper for @mendsley's bsdiff C library. (by icedream)

  • xz

    xz compression in Go (by jamespfennell)

  • Project mention: Backdoor in upstream xz/liblzma leading to SSH server compromise | news.ycombinator.com | 2024-03-29

    Hey all, I’m the author of that PR. Just posted to Github with additional context: https://github.com/jamespfennell/xz/pull/2#issuecomment-2027...

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

C Go related posts

  • Redis Re-Implemented with SQLite

    15 projects | news.ycombinator.com | 14 Apr 2024
  • Replacing Complicated Hashmaps with SQLite

    1 project | news.ycombinator.com | 6 Apr 2024
  • SPQR 1.3.0: a production-ready system for horizontal scaling of PostgreSQL

    5 projects | news.ycombinator.com | 25 Mar 2024
  • A pure C89 implementation of Go channels, including blocking and non-blocking selects

    4 projects | /r/golang | 11 Dec 2023
  • Show HN: Paclear – A Fun Twist on the 'Clear' Command with Pac-Man Animation

    3 projects | news.ycombinator.com | 24 Oct 2023
  • Twenty-five open-source network emulators and simulators you can use in 2023

    7 projects | news.ycombinator.com | 11 Oct 2023
  • A currently maintained fork of SSHFS

    8 projects | news.ycombinator.com | 5 Sep 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 go-sqlite3 7,495
2 GmSSL 4,773
3 go-sdl2 2,145
4 glfw 1,516
5 felix 923
6 libplctag 651
7 go-libtor 536
8 godror 505
9 scale 464
10 gozstd 415
11 opentelemetry-go-instrumentation 370
12 c4go 356
13 go-sqlite-lite 331
14 opentelemetry-go-instrumentation 282
15 gohook 281
16 tubular 244
17 hitsumabushi 172
18 llama-go 150
19 gherkin 148
20 ngx_wasm_module 68
21 tree-sitter-go-template 63
22 go-bsdiff 22
23 xz 10

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