corrosion
corrosion copied to clipboard
Gossip-based service discovery (and more) for large distributed systems.
Analyses the table btree size every 15 minutes.
Right now tools like table plus are unable to know which tables are available when connecting via the PG listener. What currently works is that we are able to list...
Circumventing the corrosion API and inserting data directly into the sqlite db is not supported. Such OOB writes are not replicated to other nodes. When corrosion encounters OOB mutations it...
There are very many stale branches in this repo which clutters up git checkout shell completions, would it be possible to delete some of them?
Under systemd (or other environments with private/tmp mounts), temporary files may reside on a different device than `/etc`. Previously, `rename()` would panic with `EXDEV` and stop template writes entirely. This...
On corrosion commit https://github.com/superfly/corrosion/commit/85a0aeddcdf479725b19e7cbf0edfb29c5444c6e with the following sql schema ```sql CREATE TABLE foo ( id INTEGER NOT NULL PRIMARY KEY ); ``` Templates using aggregation functions like `sum` or `json_group_array`...
When trying to subscribe to an in sql generated json via this query ```sql SELECT json_object( 'foos', (SELECT json_group_array(json_object('id', foo.id)) FROM foo), 'bars', (SELECT json_group_array(json_object('id', bar.id)) FROM bar) ) as...
A quick find while reading the docs.