prooph / event-store-http-api

Prooph EventStore HTTP API
http://getprooph.org/
BSD 3-Clause "New" or "Revised" License
18 stars 3 forks source link

[RFC] Make this API 100% compatible with original event store implementation #35

Open prolic opened 6 years ago

prolic commented 6 years ago

This API should be 100% compatible with http://geteventstore.com/

This way we can use the event-store-ui also directly with the original event-store, without the need to wrap it around yet another http call.

codeliner commented 6 years ago

Awesome idea!

I'm planing to open the event-store-mgmt-ui for non prooph projects. This will not be the case with the first version but in later versions it should be possible to connect the UI with other event store http APIs as well.

We have to define a common schema and set of available operations, though. Using the Event Store API as the base seems to be a good idea :+1:

It will be possible to connect the management UI with different event store APIs and watch/inspect streams across services. You can configure on service/API level if you connect to a read-only API or with write access. We could add some more configuration options like type of the API: prooph-event-store, greg-event-store, ...

The management UI will get some more awesome features, see: https://github.com/prooph/event-store-mgmt-ui/issues/1