Logsuck Alternatives
Similar projects and alternatives to logsuck
-
-
go-live
🗂️ go-live is an ultra-light server utility that serves files, HTML or anything else, over HTTP.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
learn-anything.xyz
Organize world's knowledge, explore connections and curate learning paths
-
-
go-concise-encoding
Golang implementation of Concise Binary and Text Encoding
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
hacn
A "monad" or DSL for creating React components using Fable and F# computation expressions
-
pyodide
Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
-
AI-basketball-analysis
:basketball::robot::basketball: AI web app and API to analyze basketball shots and shooting pose.
-
hof
Framework that joins data models, schemas, code generation, and a task engine. Language and technology agnostic.
-
pcopy
pcopy is a temporary file host, nopaste and clipboard across machines. It can be used from the Web UI, via a CLI or without a client by using curl.
-
-
ML-auto-baseball-pitching-overlay
⚾🤖⚾ Automatic baseball pitching overlay in realtime
-
ws-monitoring
A simple & lightweight realtime monitoring web UI + server in Node.js
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
logsuck reviews and mentions
-
Ask HN: Show me your Half Baked project
Interesting! I have it in the backlog that I want to support structured logging via JSON at some point. It's pretty far down the list right now though since I personally haven't used structured logging very much.
I added an issue about it: https://github.com/JackBister/logsuck/issues/7 - if you want to chip in with any comments or even help out with implementing it it'd be much welcomed!
I think it's a little bit beyond "half" baked, but I built a thing I call Logsuck last year: https://github.com/jackbister/logsuck
The idea is to have a free Splunk alternative which you can set up with just one binary. I use Splunk at work and love it, but it just doesn't seem like a product for solo developers (I can't even find a pricing page on splunk.com), and the primary free alternative, the ELK stack, seems a bit complicated to set up.
I am sure that I'll never be competitive with Splunk or Elastic in terms of features or scalability but I'm trying to build something that is at least useful for my own projects.
I built it in Go and use SQLite with the FTS (https://sqlite.org/fts3.html) extension to store the log events in a way where they can be searched quickly.
Stats
JackBister/logsuck is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of logsuck is Go.