atomic-server
atomic-server copied to clipboard
An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.
I used to have an endpoint for this (when the front-end was generated server-side, and type checking sucked) #28 , but now I don't. Time to change this. See docs...
Subj. We will be able to demonstrate the Atomic Data server and plug it into data pipeline tooling.
Currently, the `Db` stores entire resources in big `HashMap` resources. This works fine, mostly, but I think we can do better. Say we store Values instead of resources. We structure...
Proposal: create a separate setup function for benchmarks which will have db init and db.populate records before running any other benchmarks. I found a good example https://github.com/rukai/shotover-proxy/blob/6b21ba52b332f5117258673d489b13d396051c07/shotover-proxy/benches/redis_benches.rs but it needs...
Since we have websockets anyway... It would be pretty simple to use these for GET requests. The performance should be at least a little better - there is not HTTP...
Depends on https://github.com/clap-rs/clap/issues/1232
https://github.com/ontola/atomic-data-docs/issues/50 A very common usecase in Atomic Server, is appending an item to an array. For example, when you press enter in a document. This action is currently relatively expensive...
Follow up on #158 Waits on https://github.com/tauri-apps/tauri-action/issues/251
I just need an Apple dev license, and need to modify the tauri CI action. Before I do this, I want the tauri build to be better. A better onboarding,...
`promptly`hasn't seen an update in 2 years, and depends on old duplicate branches of some libraries. Perhaps sensible to switch to another library, e.g. [enquirer](https://crates.io/crates/enquirer/)?