Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DotNet RFC - 021 Projections API Implementation #170

Open
8 of 17 tasks
tambeau opened this issue Nov 8, 2021 · 1 comment
Open
8 of 17 tasks

DotNet RFC - 021 Projections API Implementation #170

tambeau opened this issue Nov 8, 2021 · 1 comment

Comments

@tambeau
Copy link

tambeau commented Nov 8, 2021

@tambeau commented on Fri Nov 05 2021

Implementation of Dotnet gRPC Projections API

State

  • Get Query (Name, Config?)
  • Get Config (Name)
  • Get Status (Name)
  • Get State (Name, Partition)
  • Get Result (Name, Partition)

Control

  • Restart Projections Subsystem
  • Abort (Name) - WriteCheckpoint set to false
  • Disable (Name) - WriteCheckpoint set to true
  • Enable (Name)
  • Reset (Name) - Remove WriteCheckpoint
  • Delete (Name, DeleteStateStream, DeleteCheckpointStream, DeleteEmittedStream)

Statistics

  • Get Statistics (name)
  • List All
  • List

Update

  • Projection (Name, Query, EmitEnabled)
  • Config (Name, Config)

Create

  • Create Projection (Name, Query, EmitEnabled, TrackEmittedStreams) - Enabled parameter remove always set to false
@alexeyzimarev
Copy link
Member

@tambeau I believe some of the tasks have been completed. Still, it's not possible to get the projection source code.

@hayley-jean hayley-jean self-assigned this Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants