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.
Running `build.rs` has some steps that are sometimes unnecessarily slow. This is particularly annoying because rust-analyzer seems to be slowed down due to this. - We could solve this by...
As of now, fuzzy search works well for `name` and `description`, but not for other fields. I forgot why this is (could be a technical limitation of tantivy), but it...
Sometimes a user wants to: - Move data from one domain (e.g. `localhost`) to something else (`example.com`). - Import data from another site, but clone and modify it The current...
How cool would it be if you could talk with AtomicServer? ## UseCases - **Find answers** to questions by searching in your data (RAG). This means: have a **chatbot on...
[Quatro](https://quarto.org/) is a tool for writing and publishing articles, popular in (computer) science circles. @AlexMikhalev said it might be a good idea for us to write an export feature to...
Although `atomic-server` is primarily designed to run on some publicly accessible, DNS hosted domain, developers will probably run in locally. If they do, they are likely to run into problems....
Items imported through the atomic-server import cli command are not properly added to the search index. Perhaps because the commit monitor isn't activated? Perhaps because it's exited before it can...
AtomicServer has a CLI option for exporting _all_ data from a server, and it's obviously possible to export a query / selection of data, but how does a user export...
- [ ] Has things like `parent` but that's wrong. Should be `parents` I think - [ ] Check if other props are all present - [ ] Make sure...
Allow users to build specific queries that filter results by some `prop:val` combination. We already have some dead code for filtering, but it looks bad and doesn't work well. Right...