|
|
|
|
|
by pbronez
1181 days ago
|
|
Oh, that could be fun. I’ll give it a spin. I’m working on a something like a structured-data first wiki. Most users will be unauthenticated read-only, served well by a static site. A smaller population will submit new data and edits. Submitted data will need some processing pipelines. I’m using Dolt/Dolthub to publish high fidelity data dumps. I’ve been leaning towards doing a static site built directly from Dolthub queries, then use an offline workflow for modifying data. However if I can bring those together easily into something more like a standard dynamic site, that would be useful. For example, I could use your native data storage for basic user profile and authentication information, like API keys for Dolthub. |
|