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.
Atomic Server basically supports three indexes as of now: full-text search, a value index, and subject index. If we want a performant way for users to see items on a...
We can simply rename JSON-AD strings when calling `atomic-server export`. Maybe add a flag `--rename-domain`. If this is done, Commits will no longer work because the signatures are now kaputt....
See https://github.com/earthly/lib/issues/42#issuecomment-1930789926
@tomic/cli maps properties with a datatype of Timestamp to a string, this should be a number. Should be a simple change in `DatatypeToTSTypeMap.ts`
When a class has a property with a classtype of file it might be confusing when a user is filling out the classes form. If the user has not yet...
The current `mdbook` tool works decently, but has a couple of shortcomings: - Basic, dated design - No support for better codeblocks (e.g. for react / svelte), no support for...
Running a query is currently always done at a Server level. This makes sense for typical single-tenant deployments, but for server like atomicdata.dev, this can lead to suboptimal performance. Say...
When you add a resource to the ontologies list that is not an ontology the cli crashes because it cant read properties or classes (this will likely also happen when...
It should probably create the folder if it does not exist yet
I noticed that various actions in the earthfile are compiling stuff. ``` +test | +test | Compiling clap v4.0.26 +test | +test | Compiling tantivy-fst v0.4.0 +lint | Checking zstd...