synnax icon indicating copy to clipboard operation
synnax copied to clipboard

The data and operations foundation for hardware.

Results 100 synnax issues
Sort by recently updated
recently updated
newest added

The early versions of Aspen were written (quite naively) without batches or atomic transactions in mind. Each operation was processed and versioned on its own. Now that we have basic...

enhancement
aspen

Aspen expects the underlying key-value store to provide atomic guarantees on its `kv.Batch` implementation. This works well when all batch operations are pinned to the same leaseholder, but not so...

enhancement
aspen
RFC

C++ Implementation of the Flight Protocol.

# Motivation There are many a occasion where we want to load in a test data set, such as demoing the server/UI, running manual tests, and general purpose development. I'd...

client

Design the symbol for the element in Figma, export it as an SVG, and create the component in Pluto. From [SyncLinear.com](https://synclinear.com) | [SY-124](https://linear.app/synnaxlabs/issue/SY-124/add-pandid-relief-valve)

pluto

### Background As with writing good software, implementing solid hardware control sequences involves extensively testing them in a variety of scenarios, including edge cases. Testing software that interacts with hardware...

enhancement
client

Implement module into Synnax to register webhooks to listen for events. The server will need an API endpoint which can be called via a post request to register a webhook....

server