Takoform / Edge Forms set e7f8a39311…a6b06c

17 signed Edge Forms

Choose a resource contract

Worker applications, storage, queues, workflows and actors. Pick a Form to read what it means, which fields it accepts, and an exact package example.

For a Worker application, follow ModuleWorker → WorkerVersion → WorkerDeployment: identity, immutable code and configuration, then traffic. WorkerBundle identifies the committed code artifact; WorkerEndpoint or WorkerCustomDomain makes the active deployment reachable.

These are contracts, not a hosting service. Host support and admission are separate from publishing or reading a package. Start with the Takoform model or choose an integration guide.

Public package readback verified

  1. ActorNamespace Give a Worker actor class a persistent identity space. 0.1.0
  2. AtLeastOnceQueue Buffer messages for unordered, at-least-once delivery. 0.1.0
  3. DurableWorkflow Make a Worker's durable workflow class available. 0.1.0
  4. EdgeKVNamespace Store opaque key-value bytes with eventual consistency. 0.1.0
  5. ModuleWorker Give one Worker application a stable identity. 0.1.0
  6. ObjectBucket Store and stream objects with strong read-after-write consistency. 0.1.0
  7. QueueConsumer Deliver queued messages to a Worker's queue handler. 0.1.0
  8. SQLiteDatabase Keep relational data behind the edge.sql Interface. 0.1.0
  9. SQLiteMigrationApplication Apply one exact migration set to one database. 0.1.0
  10. SQLiteMigrationSet Identify immutable, ordered SQL migration history. 0.1.0
  11. StaticAssetBundle Identify immutable static files served with a Worker. 0.1.0
  12. WorkerBundle Identify an immutable build of your Worker code. 0.1.0
  13. WorkerCronTrigger Invoke a Worker's scheduled handler on a UTC cron schedule. 0.1.0
  14. WorkerCustomDomain Connect a hostname you control to a Worker's active deployment. 0.1.0
  15. WorkerDeployment Choose which Worker revisions receive traffic. 0.2.0
  16. WorkerEndpoint Expose the active deployment at a Host-assigned HTTPS address. 0.1.0
  17. WorkerVersion Capture one immutable combination of code, handlers and configuration. 0.3.0

Retained versions

Historical contracts stay available at their original versioned addresses. They are not members of the current signed set.