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

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

Open
prolic opened this issue Mar 14, 2018 · 1 comment

Comments

@prolic
Copy link
Member

prolic commented Mar 14, 2018

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
Copy link
Member

codeliner commented Mar 14, 2018

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 👍

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: prooph/event-store-mgmt-ui#1

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

2 participants