Cassandra Driver
zeitwerk
Cassandra Driver | zeitwerk | |
---|---|---|
1 | 11 | |
236 | 2,058 | |
0.4% | 0.3% | |
3.5 | 8.5 | |
about 1 year ago | about 1 month ago | |
Ruby | Ruby | |
Apache License 2.0 | MIT License |
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.
Cassandra Driver
-
Performance e elegância! Escrevendo uma CLI CRUD utilizando ScyllaDB e Ruby
A gem que vamos utilizar para comunicar com o ScyllaDB se chama cassandra-driver, infelizmente ela exige bibliotecas de sistema relacionadas ao banco de dados cassandra para serem instaladas, a forma mais simples de ter essas bibliotecas instaladas é instalar o próprio cassandra na maquina:
zeitwerk
-
Some tips for making a ruby gem
Second, I suggest using zeitwerk gem to manage the constants like classes and modules via organizing the files. I'm going to explain why.
-
Ak: Easily hot reload your Ruby app
It would be interesting to see a comparison to Zeitwerk[1]
Zeitwerk also supports reloading and is near enough a standard for Ruby.
1. https://github.com/fxn/zeitwerk
-
Enhancing development with REPLs - A practical guide
To setup it's pretty simple, you just need to create a file inside bin/console and require all the files you want to use on a REPL, most of the times we use gems like zeitwerk to provide the auto requiring, but if you want to do it manually, refer to the example below:
-
Performance e elegância! Escrevendo uma CLI CRUD utilizando ScyllaDB e Ruby
zeitwerk
-
How to Load Code in Ruby
Zeitwerk takes a directory and makes every file underneath it available to load. The convention is that every new sub-directory is a new module, and every file defines a class with the same name as the file.
-
To Ruby from Python
There is a gem that does that used by Rails and multiple other gems:
https://github.com/fxn/zeitwerk
It is pretty easy to set it up in any Ruby project.
-
PHP – The Right Way
I actually prefer auto-loading, which lets you iterate through a package manager much easier/faster - PHP iterated through PSR-0[0] before landing on PSR-4[1], and you can always build your own (which is what most frameworks pre-composer were doing).
With Rails 7 and Zeitwerk, the Ruby community has landed on a very similar auto-loading system as PHP now[2] with constants translating to paths by convention.
[0]: https://github.com/php-fig/fig-standards/blob/master/accepte...
[1]: https://www.php-fig.org/psr/psr-4/
[2]: https://github.com/fxn/zeitwerk#the-idea-file-paths-match-co...
-
One Class/Module per File Rules - Working With Nested Modules
If you're working on non-Rails apps and need to deal with loading code, zeitwerk can be used anywhere, unlike the old Rails autoloader. It's also really easy to set up.
-
Move models, views and controllers to non-standard folders
https://github.com/fxn/zeitwerk#collapsing-directories
-
Code Loaders in Ruby: Understanding Zeitwerk
Zeitwerk
What are some alternatives?
Clickhouse - A Ruby database driver for Clickhouse
pry-rescue - Start a pry session whenever something goes wrong.
redis-rb - A Ruby client library for Redis
knock - Knock Subdomain Scan
ruby-pg
HexaPDF - Versatile PDF creation and manipulation for Ruby