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

Having a functioning undo would be very valuable. How should it work, technically? ## Set previous version to current one - Simple to build - Works in most scenarios -...

PR Checklist: - [x] Link to related issues: #744 Added documentation and sample of how to start the atomic server with docker-compose.

We already have support for Jaeger using opentelemetry_rust, but not yet for other opentelemetry implementations like [OpenObserve](https://github.com/openobserve/openobserve). Would be nice to switch to OTLP. We could probably ditch `opentelemetry_jaeger` and...

Hello, By way of introduction, I am Jithendra with the Free Software Foundation Europe, a consortium member of the NGI0 Initiative, of which you have signed atomic tables/atomic server up...

Todo: - [ ] Make sure the docker container runs and the tests succeed! Currently it does not [recognize the tag](https://github.com/atomicdata-dev/atomic-data-rust/actions/runs/4415251819/jobs/7737978657#step:8:19). PR Checklist: - [x] Link to related issues: closes...

Looks like compiling this on mac does not work, but if the buildx works in the CI, i'm keeping it. PR Checklist: - [x] Link to related issues: closes #618...

Although the tests are currently passing, and most commits seem to work just fine, I'm pretty sure that there will be situations where the deterministic json-ad serialization will be different...

enhancement
lib rust

Some Classes and Properties that are important could still be missing from `default_store.json`: - [ ] [Folder](https://atomicdata.dev/classes/Folder) - [ ] https://atomicdata.dev/property/display-style (also: wrong path? `properties`) - [ ] ?

@AlexMikhalev noticed that `Resource::new_instance` uses `local:` as default URL for new subjects and wants to set that to his server. - [ ] Add `set_server_url` method - [ ] Use...

lib rust

this is from the docs: ```html // App.svelte import { initStore } from '@tomic/svelte'; import { Store } from '@tomic/lib'; onMount(() => { // This is where you configure your...

@tomic/svelte