db VS openEtG

Compare db vs openEtG and see what are their differences.

db

A blazing fast ACID compliant NoSQL DataLake with support for storing 17 formats of data. Full SQL and DML capabilities along with Java stored procedures for advanced data processing. (by blobcity)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
db openEtG
1 12
173 67
0.0% -
0.0 9.4
almost 2 years ago 11 days ago
Java Rust
GNU Affero General Public License v3.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

db

Posts with mentions or reviews of db. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-01.
  • Freqfs: In-memory filesystem cache for Rust
    4 projects | news.ycombinator.com | 1 Oct 2021
    We actually did work on this a few years ago but did not get enough takers for it. We created a one size fits all database, that leverages the full capability of the file system.

    Try it here: https://github.com/blobcity/db

    PS: I am the chief architect of the DB, and the project is no longer being actively maintained by us. But if you make a contribution, we will oblige to review and merge a PR.

    Bottom line, nothing you do can make your database faster than the filesystem. So why not make a database that just uses the filesystem to the fullest, than creating a filesystem on top of a filesystem. BlobCity DB does not create a secondary filesystem. It dumps all data directly to the filesystem, thereby giving peak filesystem performance. This is scientifically really the best it gets from a performance standpoint. Not necessarily the most efficient in data storage / data-compression standpoint.

    This means, we gain speed, while compromising on data-compression. We produce a larger storage footprint, but are insanely fast. Storage is cheap, compute isn't. So that should be okay I suppose.

openEtG

Posts with mentions or reviews of openEtG. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-07.
  • Did any processor implement an integer square root instruction?
    2 projects | news.ycombinator.com | 7 Apr 2024
    For an example of binsearch algo, I recently dipped into this while switching some code from floats to fixed point arithmetic (reducing overall wasm blob size)

    https://github.com/serprex/openEtG/blob/2011007dec2616d1a24d...

  • WebAssembly JSPI is going to origin trial
    1 project | news.ycombinator.com | 14 Mar 2024
    This seems pretty low level. When I wanted async wasm execution (to run multithreaded game ai simulation or to run game ai outside of UI thread) I was able to go with WebWorkers: https://github.com/serprex/openEtG/blob/master/src/AiWorker....

    Having the async at the WASM level would help avoid having overhead from serialize/deserialize between web workers. I wrote this years ago, so not sure what progress has been made for having the wasm module running multiple threads. On that front you may still be better off spawning multiple wasm modules

  • A Blue-Eyes White Dragon! A Blue-Eyes White Dragon upon you!
    1 project | /r/wizardposting | 8 Dec 2023
    (( dunno which version you're trying, cuz there've been a lot of fan versions after the original went down, but this should be the one most people use ))
  • It's happened. It's finally gone.
    1 project | /r/ElementsTheGame | 15 Sep 2022
    Check out the spiritual successor, openEtG: https://etg.dek.im
  • Is it a real job?
    1 project | /r/ProgrammerHumor | 30 Aug 2022
    This one? https://etg.dek.im/
  • Card battler where you build an actual deck.
    1 project | /r/gamingsuggestions | 9 Jun 2022
  • How to instantiate a warp::reply::Response?
    1 project | /r/rust | 23 Mar 2022
    If you want a reference to a real code base, there's openEtG's handleget.rs
  • Authoring a SIMD enhanced WASM library with Rust
    3 projects | news.ycombinator.com | 17 Dec 2021
    https://github.com/rustwasm/wasm-pack/pull/1089

    Very straight forward changes. Emailed Ashley about helping, no response

    Updates to wasm-bindgen shouldn't require a change to wasm-pack. It should expose ways to pass flags down & not have an explicit dependency on wasm-bindgen version

    While having a webpack plugin is nice, I since gave up on wasm-pack & added a build-wasm to my package.json's scripts: https://github.com/serprex/openEtG/commit/9997fb098d168920bb...

    This way if someone wants to contribute to openetg they don't need to install my wasm-pack fork

  • How do I play
    1 project | /r/ElementsTheGame | 7 Dec 2021
    Join us on the official Discord https://discord.gg/qAmfB8T and we can walk you through it. There is a spiritual successor to the game (https://etg.dek.im) and a revival of the game. There are also several methods to still play the original.
  • PC Deckbuilder, without micro transactions / DLCs, not roguelike
    1 project | /r/gamingsuggestions | 17 Nov 2021
    Elements. Strictly speaking, this is a collectable card game (MtG style) rather than a true "deckbuilder" but otherwise it sounds exactly like what you are looking for. Heavy emphasis on creative out-of-match deckbuilding and one-off PvE matches. From what I can tell, I think the original game died with Flash, but it appears that fans created a substitute, which I haven't tried: https://etg.dek.im/

What are some alternatives?

When comparing db and openEtG you can also consider the following projects:

freqfs - An in-memory filesystem cache layer based on tokio::fs, with least-frequently-used eviction

Befunge - lang befunge 93 fast

memmap-rs - cross-platform Rust API for memory mapped IO

language - Design of the Dart language

actix-web - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

swift - The Swift Programming Language

oxidizy - Life, in its smallest form.

Rustler - Safe Rust bridge for creating Erlang NIF functions

shoot_game - 🎮 It is a game using HTML5 Canvas and Vanilla JavaScript.

miniTCG - PHP Trading Card Game Application