Updated WeKan Multiverse Roadmap (markdown)

Lauri Ojansivu 2024-01-22 08:09:07 +02:00
parent 062750c4cb
commit 60fe6da55e

@ -197,109 +197,129 @@ https://github.com/wekan/php/blob/main/page/allboardschar.php
## Prototypes ## Prototypes
- PHP ### PHP
- Repo https://github.com/wekan/php
- Features: - Repo https://github.com/wekan/php
- Some webpages compatible with all browsers - Features:
- SQLite list all boards with first character, show board with some data - Some webpages compatible with all browsers
- MongoDB test for newer MongoDB - SQLite list all boards with first character, show board with some data
- upload file(s) with drag-drop, for upcoming feature https://github.com/wekan/wekan/issues/2936 - MongoDB test for newer MongoDB
- RTL https://github.com/wekan/wekan/issues/3376#issuecomment-1243922087 - upload file(s) with drag-drop, for upcoming feature https://github.com/wekan/wekan/issues/2936
- Not yet: Login, Move card - RTL https://github.com/wekan/wekan/issues/3376#issuecomment-1243922087
- Gambas - Not yet: Login, Move card
- Repo https://github.com/wekan/hx/tree/main/prototypes/ui/gambas
- Features: Login, dropdown menu structure, SQLite database ### Gambas
- Not yet: Show board
- Problems: Gambas login page etc requires Javascript, does not work in Netsurf - Repo https://github.com/wekan/hx/tree/main/prototypes/ui/gambas
- Meteor SSR - Features: Login, dropdown menu structure, SQLite database
- https://github.com/wekan/we - Not yet: Show board
- Features: - Problems: Gambas login page etc requires Javascript, does not work in Netsurf
- Only serverside rendering. Javascript removed removed from frontend.
- Only test webpage. No actual features. ### Meteor SSR
- Node.js 20, Bun and Deno
- Repo https://github.com/wekan/wekan-node20 - https://github.com/wekan/we
- Features: - Features:
- main.js makes database queries to many databases - Only serverside rendering. Javascript removed removed from frontend.
- Database drivers: - Only test webpage. No actual features.
- MongoDB driver for Legacy MongoDB 3.2.x, using MongoDB from `sudo snap install wekan`
- MongoDB driver for newest MongoDB included, using MongoDB 6.x from rebuild-wekan.sh from https://github.com/wekan/wekan ### Node.js 20, Bun and Deno
- FerretDB proxy to PostgreSQL, from docker-compose.yml - Repo https://github.com/wekan/wekan-node20
- FerretDB proxy to SQLite, from docker-compose.yml - Features:
- Bun size is about 93 MB - main.js makes database queries to many databases
- Deno size is usually about 350 MB https://github.com/wekan/wekan-node20/releases , but from source built Linux arm64 is 1.1 GB because of some bug somewhere. - Database drivers:
- Deno also includes Node.js as Deno's Node.js compatibility layer. - MongoDB driver for Legacy MongoDB 3.2.x, using MongoDB from `sudo snap install wekan`
- Node.js supports many CPU/OS - MongoDB driver for newest MongoDB included, using MongoDB 6.x from rebuild-wekan.sh from https://github.com/wekan/wekan
- Node.js is used in production and has traceability. https://changelog.com/jsparty/294 - FerretDB proxy to PostgreSQL, from docker-compose.yml
- https://github.com/wekan/wekan/wiki/s390x - FerretDB proxy to SQLite, from docker-compose.yml
- https://nodejs.org/dist/latest-v20.x/ - Bun size is about 93 MB
- https://github.com/wekan/node-v14-esm/releases/tag/v14.21.4 - Deno size is usually about 350 MB https://github.com/wekan/wekan-node20/releases , but from source built Linux arm64 is 1.1 GB because of some bug somewhere.
- Haxe https://haxe.org - Deno also includes Node.js as Deno's Node.js compatibility layer.
- Hello world example - Node.js supports many CPU/OS
- Repo https://github.com/wekan/hx/blob/main/prototypes/code/hello - Node.js is used in production and has traceability. https://changelog.com/jsparty/294
- Transpiled with Haxe to many programming languages - https://github.com/wekan/wekan/wiki/s390x
- Tinkweb - https://nodejs.org/dist/latest-v20.x/
- Repo https://github.com/wekan/hx/tree/main/prototypes/ui/tinkweb - https://github.com/wekan/node-v14-esm/releases/tag/v14.21.4
- Has router and webpage
- Transpiles to PHP and Node.js ### Haxe https://haxe.org
- Redbean https://redbean.dev
- Minimal kanban board drag drop example - Hello world example
- Repo https://github.com/wekan/hx/tree/main/prototypes/code/webserver/works/fullmoon - Repo https://github.com/wekan/hx/blob/main/prototypes/code/hello
- Redbean amd64 binary works at Win/Mac/Linux/BSD/BIOS without any modifications, because it is based on Cosmopolitan https://github.com/jart/cosmopolitan - Transpiled with Haxe to many programming languages
- Uses HTMX https://htmx.org at UI - Tinkweb
- Saves to SQLite database - Repo https://github.com/wekan/hx/tree/main/prototypes/ui/tinkweb
- Petclinic fork, using Blink runs at s390x https://github.com/wekan/wekan/wiki/s390x#petclinic-s390x - Has router and webpage
- FreePascal - Transpiles to PHP and Node.js
- Repo https://github.com/wekan/hx/tree/main/prototypes/code/webserver/works/freepascal-router
- Router and some webpage ### Redbean https://redbean.dev
- Works at many retro and modern OS, but not at s390x that FreePascal does not support yet https://wiki.freepascal.org/ZSeries
- FreeDOS and Bash - Minimal kanban board drag drop example
- Repo https://github.com/wekan/wedos - Repo https://github.com/wekan/hx/tree/main/prototypes/code/webserver/works/fullmoon
- Features: - Redbean amd64 binary works at Win/Mac/Linux/BSD/BIOS without any modifications, because it is based on Cosmopolitan https://github.com/jart/cosmopolitan
- DOS: .bat script, that shows menu, and uses SQLite DOS version to make queries to WeKan SQLite database - Uses HTMX https://htmx.org at UI
- Bash: .sh script, that shows menu, and uses SQLite CLI to make queris to WeKan SQLite database - Saves to SQLite database
- Minio - Petclinic fork, using Blink runs at s390x https://github.com/wekan/wekan/wiki/s390x#petclinic-s390x
- Repo: https://github.com/wekan/minio-metadata
- Features: ### FreePascal
- Uses Bash script and CLI binaries to migerate text data and attachments from MongoDB to SQLite and Minio
- There is Node.js, Go etc drivers for using Minio - Repo https://github.com/wekan/hx/tree/main/prototypes/code/webserver/works/freepascal-router
- CloudFlare Workers - Router and some webpage
- Developing - Works at many retro and modern OS, but not at s390x that FreePascal does not support yet https://wiki.freepascal.org/ZSeries
- https://developers.cloudflare.com/pages/framework-guides/
- https://developers.cloudflare.com/pages/ ### FreeDOS and Bash
- https://developers.cloudflare.com/workers/
- https://developers.cloudflare.com/pages/platform/language-support-and-tools/ - Repo https://github.com/wekan/wedos
- https://miniflare.dev - Features:
- https://blog.cloudflare.com/workers-playground/ - DOS: .bat script, that shows menu, and uses SQLite DOS version to make queries to WeKan SQLite database
- D1 SQLite - Bash: .sh script, that shows menu, and uses SQLite CLI to make queris to WeKan SQLite database
- https://developers.cloudflare.com/d1/platform/community-projects/#d1-adapter-for-kysely-orm
- https://blog.cloudflare.com/d1-open-beta-is-here/ ### Minio
- https://blog.cloudflare.com/introducing-d1/
- https://www.cloudflare.com/developer-platform/d1/ - Repo: https://github.com/wekan/minio-metadata
- https://blog.cloudflare.com/hyperdrive-making-regional-databases-feel-distributed/ - Features:
- Northwind Traders example - Uses Bash script and CLI binaries to migerate text data and attachments from MongoDB to SQLite and Minio
- https://northwind.d1sql.com - There is Node.js, Go etc drivers for using Minio
- https://github.com/cloudflare/d1-northwind
- https://github.com/xet7/d1-northwind ### CloudFlare Workers
- Kysely Query builder for D1 SQLite database
- https://codedamn.com/news/product/dont-use-prisma - Developing
- https://news.ycombinator.com/item?id=37804072 - https://developers.cloudflare.com/pages/framework-guides/
- https://kysely.dev - https://developers.cloudflare.com/pages/
- https://github.com/kysely-org/kysely - https://developers.cloudflare.com/workers/
- https://www.npmjs.com/package/kysely - https://developers.cloudflare.com/pages/platform/language-support-and-tools/
- Awesome Kysely https://github.com/kysely-org/awesome-kysely - https://miniflare.dev
- Older database examples: https://github.com/cloudflare/db-connect - https://blog.cloudflare.com/workers-playground/
- Hono - D1 SQLite
- https://blog.yusu.ke/hono-htmx-cloudflare/ - https://developers.cloudflare.com/d1/platform/community-projects/#d1-adapter-for-kysely-orm
- https://news.ycombinator.com/item?id=37165054 - https://blog.cloudflare.com/d1-open-beta-is-here/
- https://github.com/yusukebe/hono-htmx - https://blog.cloudflare.com/introducing-d1/
- https://github.com/xet7/hono-htmx - https://www.cloudflare.com/developer-platform/d1/
- https://developers.cloudflare.com/pages/framework-guides/ - https://blog.cloudflare.com/hyperdrive-making-regional-databases-feel-distributed/
- WebGPU - Northwind Traders example
- https://blog.cloudflare.com/webgpu-in-workers/ - https://northwind.d1sql.com
- https://news.ycombinator.com/item?id=37673999 - https://github.com/cloudflare/d1-northwind
- CloudFlare TV https://cloudflare.tv - https://github.com/xet7/d1-northwind
- CloudFlare https://cloudflare.com - Kysely Query builder for D1 SQLite database
- TODO example with KV https://github.com/wekan/cloudflare-workers-todos - https://codedamn.com/news/product/dont-use-prisma
- Swap microframework, vs HTMX - https://news.ycombinator.com/item?id=37804072
- https://github.com/josephernest/Swap - https://kysely.dev
- https://news.ycombinator.com/item?id=35991783 - https://github.com/kysely-org/kysely
- https://www.npmjs.com/package/kysely
- Awesome Kysely https://github.com/kysely-org/awesome-kysely
- Older database examples: https://github.com/cloudflare/db-connect
- Hono
- https://blog.yusu.ke/hono-htmx-cloudflare/
- https://news.ycombinator.com/item?id=37165054
- https://github.com/yusukebe/hono-htmx
- https://github.com/xet7/hono-htmx
- https://developers.cloudflare.com/pages/framework-guides/
- WebGPU
- https://blog.cloudflare.com/webgpu-in-workers/
- https://news.ycombinator.com/item?id=37673999
- CloudFlare TV https://cloudflare.tv
- CloudFlare https://cloudflare.com
- TODO example with KV https://github.com/wekan/cloudflare-workers-todos
### Swap microframework, vs HTMX
- https://github.com/josephernest/Swap
- https://news.ycombinator.com/item?id=35991783