atomic-server icon indicating copy to clipboard operation
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.

Results 285 atomic-server issues
Sort by recently updated
recently updated
newest added

See https://github.com/atomicdata-dev/atomic-data-rust/runs/6899029947?check_suite_focus=true ``` Error running CLI: A public key has been found, but no private key. Make sure to set `TAURI_PRIVATE_KEY` environment variable. Error: Command failed with exit code 1:...

PR Checklist: - [ ] Link to related issue - [ ] Add changelog entry linking to issue - [ ] Added tests (if needed) - [ ] (If new...

Introduces the use of `crossbeam_channel` to add concurrent / parallel resource processing in `db.all_resources`. Contains commits from #396 #394, credits to @AlexMikhalev. Rebased onto main, conflicts resolved. Seems to work....

Signed-off-by: Alex Mikhalev This is multi-threaded all_resources instead of https://github.com/joepio/atomic-data-rust/pull/394/

This is yet another "for discussion" PR: ```rust lib/examples/iai_cpu_benchmark.rs use atomic_lib::Storelike; use iai::{black_box, Iai}; fn bench_empty(iai: &mut Iai) { iai.run(|| { let store = atomic_lib::Store::init().unwrap(); return; }); } fn bench_all_resources(iai:...

PR Checklist: - [x] Link to related issue #367 - [ ] Add changelog entry linking to issue - [ ] Added tests (if needed) - [ ] (If new...

cli-rust

WIP plugin system for Atomic Server powered by the [GreenCopperRuntime](https://github.com/HiRoFa/GreenCopperRuntime), a very promising Rust crate that enables running JS code from Rust. so much thanks to @HiRoFa for helping me...

PR Checklist: - [ ] Link to related issue #73 - [ ] Add changelog entry linking to issue - [ ] Added tests (if needed) - [ ] (If...

I'm playing a bit with the QuickJS runtime, which might be a good candidate for powering a plugin system. PR Checklist: - [x] Link to related issue #73 - [...