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.
THis makes them easier to discover. Edit: apparently, the `/upload` enpdoint already exists, but it isn't indexed properly.
- Run atomic server locally - Open `/path` - enter `https://atomicdata.dev/collection` - See own, local collections, because query is executed locally, because resource is cached, and `get_resource_extended` recognizes that it's...
I don't know why, but for some times now on my local machine, I got deserialization errors for external Resources. Every time, it's for a Collection on `atomicdata.dev`. I _think_...
Now we know what our coverage is, and we're measuring automatically, we can target things which aren't properly tested. #337 https://app.codecov.io/gh/joepio/atomic-data-rust/ - [ ] Invites - [ ] ?
Although Atomic-server has its own HTTPS logic, it should also work with external TLS / SSL providers. Currently, passsing `--https` is responsible for setting the `base_url`. How should I fix...
Docs discussion https://github.com/ontola/atomic-data-docs/issues/88 Although Invites should be public (you must open them as a guest), they should not appear in public indexes, such as Collections or Search results. They are...
See https://github.com/ontola/atomic-data-docs/issues/76 - [ ] parse query parameter for user name (optional) - [ ] check username existence - [ ] create Drive for user with that name Related: -...
Which makes sense, because versioning #135 #42 constructs its own Collection. This logic will probably have to be altered. Also, we need to consider a more generic approach to caching...
Many calls rely on Properties. Every time you set some value using a string, for example. This means that the `get_property` method in `Storelike` is called a ton of times....