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.
#185 waits for changes in Actix
I tried to get clap's autocomplete feature to work. Had to shuffle up some files, create a `build.rs` file, but seems to work now. However, I still have to find...
Get Wasmer running, so users can describe endpoints / plugins using Atomic Data + WASM code. - So far, this is the only system I actually got running - Providing...
Resources can get a new URL. The old one should redirect to the new one. I think this calls for a new type of method in Commits. - [ ]...
Cloning a Resource means creating a copy and hosting it on your own Server. This can be useful in many cases - think about making changes to some external model...
I noticed [in a Safenet discussion](https://safenetforum.org/t/update-09-june-2022/37150) a mention that `sled` "is buggy and doesn’t seem to be actively maintained", with [Persy](https://docs.rs/persy/1.2.6/persy) and [Cacache](https://docs.rs/cacache/10.0.1/cacache/) being their current candidates for replacement.
`atomic-server` does a lot of async stuff, as an Actix project. However, `atomic-lib` does not. @AlexMikhalev recently added paralellization to `Db::all_resources`, which helped speed it up. There are probably other...
A concrete use case for Atomizer is a project I have maintained by hand [for some years now](https://wiki.debian.org/CheapServerBoxHardware?action=info): Monitoring availability and prices and qualities of cheap ARM boxes usable for...
A concrete use case for Atomizer is a project I have sketched [for some years now](https://data.jones.dk/): Semantic route planning. Idea is to collect most possible facts about a travel journey...
Atomizing is about _turning non-atomic data into atomic data_. This (often) means converting it to JSON-AD, and then sending it / publishing it to an Atomic Server Importer #390. Ideally,...