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

The `db::test::queries` sometimes fails in the `authorized subjects` step. If I run the test locally, it seems to work most of the time - both when I run it as...

The validate function used to be handy, as the store contained (unvalidated) string representations of atoms. Now, however, it only contains valid data, and Validate kind of lost its purpose....

`atomic-server` has a couple of endpoints that provide a bunch of features: - [ ] **`/tpf`**: triple-pattern fragments search - [x] **`/path`**: atomic path query resolving - [ ] **`/validate`**:...

lib
server
plugin

The Github actions for testing and code coverage take 13 and 15 minutes, respectively. The following are quite slow: ```sh # These libraries are needed for tauri, and can be...

I've just implemented Full-Text Search #40 and it works pretty well! Good enough for now. However, I noticed some things could be improved upon: - [ ] Besides indexing only...

help wanted
server

Relates to #40 #210 The new 0.17 release of the Tantivy crate features [JSON support](https://github.com/quickwit-oss/tantivy/blob/main/doc/src/json.md). ## Current situation Currently, we have a custom way of indexing, which uses individual triples....

If I start the service while it is already running, then it warns and then tries 30 times before failing. I would expect to immediately fail. I recommend to only...

Since I wanted to start atomic-server whenever it crashes because of my memory issue #270, I created a systemd setup. Might be useful to others. Also, I'm considering to add...

_This issue will be moved to a different repository, atomic-data-rust people can ignore this_ This goes out to @alexmikhalev, who's working on the Terraphim search engine. He wanted some thoughts...

When hosting via a frontend proxy sever, connecting to backend service is relatively slow to do over a TCP socket. It is faster to use a [Unix domain socket](https://en.wikipedia.org/wiki/Unix_domain_socket) (about...