Manually create events in ES?

Is it possible to manually create events in Event Store?

I ask this because I am working on a MVP (minimally viable product) and previously when creating MVPs we would manually edit the database to save on developing CRUD code for “admin” type data. Of course, we didn’t edit the database itself we use SQL commands.

I am thinking that a similar sort of approach would be to manually inject events into the Event Store. I am not sure who best they would be written but it would seem something like the Web management interface would be a good place to have that functionality.

I guess it would involve writing some JSON (or similar).

Thanks,

Ashley.

Sure just use curl and POST the events

Obviously, thanks Greg.

I had forgotten that streams are Atom feeds.