Architecture question

Options

If I am understanding things correctly, the SKY API allows us to do direct writes to a specific record, bypassing the traditional batch based approach. Is this correct, or is there still a chance to review/edit incoming changes before the record is modified?

Comments

  • @Jay Trussell
    Yes, this is correct that you can directly update a record without going through batch. However, if you want to review updates in batch first, you could write to batch instead of directed to the specific record. Batch isn’t currently one of the endpoints available, but it is on our short list to add early next year

Categories