/
/HTTP API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
Admin8
Gossip1
Info2
Projections22
  • getGet all projections
  • getGet all non-transient projections
  • getGet all queries
  • postCreate a onetime projection
  • getGet all continious projections
  • postCreate a continious projection
  • postRestart projections
  • getGet all transient projections
  • postCreate a transient projection
  • getGet projection definition
  • putUpdate projection definition
  • getGet the projection state
  • getGet result of projection
  • getGet projection statistics
  • postDisable projection
  • postEnable projection
  • postReset projection
  • postAbort projection
  • getGet the config of a projection
  • putUpdate the config of a projection
  • getGet a projection
  • deleteDeletes a projection
Scavenge1
Stats3
Streams11
Subscriptions14
Users9
    Projections

    Create a transient projection

    Create a new transient projection.

    post/projections/transient

    Query parameters

    namestring

    Name of the projection.

    type'JS'

    The projection type.

    enabledboolean

    Is the projection enabled.

    Response

    New projection created

    Changes