asciinema
graphjin
asciinema | graphjin | |
---|---|---|
11 | 61 | |
2,330 | 2,943 | |
0.9% | - | |
9.2 | 7.5 | |
about 2 months ago | 4 months ago | |
Elixir | Go | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
asciinema
-
Asciinema: Record and share your terminal sessions, the simple way
> https://github.com/asciinema/asciinema-server
and
> Web player for terminal session recordings
-
Search notification: alternative to easy-motion-like
It's not mine, it's asciinema, lol. I tried finding it, but fell short, look around here https://github.com/asciinema/asciinema-server/tree/develop/assets/css.
- Is there a way can show people a console app i coded other them going to my online repo to see it/ clone it?
- Record and share your terminal sessions, the right way
-
The Architecture of a One-Man SaaS
I've used the script command and asciinema [1] before. Easy way to record steps without missing anything.
[1] https://asciinema.org/
- A tiny command line DNS client with support for UDP, DoT, DoH, and DoQ.
-
Are there any tools that auto type code for the purpose of recording video?
You're welcome! I just stumbled across another one that looks promising, too: https://asciinema.org/
-
tips on how to do a presentation from the terminal?
Check out https://asciinema.org, a tool for recording terminal commands.
-
ter v0.1.1 released - a text expression runner to make text processing on the commandline readable
These days I reluctantly prefer embedding a static screenshot in my READMEs with a link to an asciinema animation. They're easy enough to record, and at least I'm not costing some poor sod who accidentally loaded my page $0.10 to download a giant GIF on mobile data.
-
Podman: A Daemonless Container Engine
I you'd like to know what it is like to use Podman, I've found those Asciinema snippets by Matthew Heon (Podman contributor) quite helpful: https://asciinema.org/~mheon
graphjin
- [Golang] Super Graph GraphQL au compilateur SQL renommé GraphJin et prend maintenant en charge MySQL
-
Does Go, has something similar to Laravel eloquent (ORM) ?
This one looks interesting if you like GraphQL… https://graphjin.com
-
Looking for library recommendations: Django -> Golang port
You're right. Django made a ton of tables, and it's pretty insightful to think about all the stuff it's trying to consider and a nightmare to migrate that framework. Django might have simplified some stuff, but it's still too opaque for my taste and the overall end goals of the project. Currently, I'm testing using graphjin (it doesn't have the best documentation, but it does boast an SQL generation capability that I philosophically think is the best way to do things).
-
Advice on ORMs with REST/GraphQL & Hasura/PostGraphile implementation
Checkout GraphJin it's an automatic GraphQL to SQL compiler, you write your database queries in GraphQL instead of SQL and it compiles them into efficient SQL on the fly. Works as a library in GO and NodeJS. https://github.com/dosco/graphjin
-
Ask HN: How do you test SQL?
In GraphJin an automatic GraphQL to SQL compiler we use the gnomock library it startups a database instance (docker) then create the schema and tests data and finally our code connects to it and runs a series of tests. We run these across Mysql, Postgres and a few other DB's. Gnomock supports a wide range of them. Right now we don't take down the db for every test only between test runs but its fast enough that we could. This whole thing runs of a simple `go test -v .` command and we run it on every commit using a githook. https://github.com/dosco/graphjin/blob/master/tests/dbint_te...
- Should I use GraphQL for a public facing API (in place of a REST API)?
- GraphJin 2.0 - A new kind of ORM for GO
-
Multiple subscriptions fom apollo aclient.
This was a bug in GraphJin it has since been fixed. The issue was that you were trying to have multiple subscriptions over a single websocket this did not work (it should) and now it does. https://github.com/dosco/graphjin/commit/43e619b2ff392dd42b99a4d56074a041a54b0e1c
-
Is graphql-request a good tool for only client side api? Share your feedbacks. Thanks 🙏
Not exactly GraphQL is just a format to define what data you want back from someplace. You can use it in a browser app to request data from a backend GraphQL server or you can use it as an ORM within your backend app to fetch data from a database using a library like GraphJin. https://github.com/dosco/graphjin
- Graphjin.js - An easy-to-use, zero dependency Node.js library to build APIs quickly
What are some alternatives?
terminalizer - 🦄 Record your terminal and generate animated gif images or share a web player
Hasura - Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events.
Sshwifty - Web SSH & Telnet (WebSSH & WebTelnet client) 🔮
graphql-go - GraphQL server with a focus on ease of use
tmate - Instant Terminal Sharing
gqlgen - go generate based graphql server library
Neko - A self hosted virtual browser (rabb.it clone) that runs in docker.
supabase-graphql-example - A HackerNews-like clone built with Supabase and pg_graphql
toolbox - Tool for interactive command line environments on Linux
graphql-tools - :wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach
runc - CLI tool for spawning and running containers according to the OCI specification
graphql-benchmarks - GraphQL benchmarks using the-benchmarker framework.