Skip to content

wunderDB - Retro

Latest
Compare
Choose a tag to compare
@TanmoySG TanmoySG released this 27 Nov 10:21
· 1 commit to main since this release
02f80db

wdb-retro

wdb-retro is the mirror of version 1 of wunderDB. wdb-retro is based on Python Flask.

Why wdb-retro ?

I plan to rewrite the whole project in Golang from scratch with a more standard API and design. While I do so, I want to keep the version 1 of WDB as a separate project, that may be used by anyone who prefers the current API. Another reason for this is that a lot of shared hosting services support Python, but do not support Golang (problem that I face as my hosting service does not have golang hosting), so anyone who want to host this can do so. This also allows me to have the wdb v1 docker image separate from the v2.

While this release is created for keeping the v1 code, there would be no active additions of maintenance for it. At some point of time, I plan to phase it out in favour of the new version, while keeping the code for version 1 archived in this repository.

All the new developments for wdb will be in the https://github.com/TanmoySG/wunderDB repository and all new features will be implemented in Go.

Checkout Planning and proposals for v2 here TanmoySG/wunderDB#6 !