Hi Martin and Team,
Thanks for the eventsourced framework.
We plan to use eventsourced in our application.
However we have a couple of questions, we plan to persist the messages in LevelDb or MongoDB.
If I am persisting a message in LevelDb, can I query the event later on to check if it was successfully processed?
Suppose there are 3 events denoting state of a employee, JOINED, WORKING, LEFT.
if the last event is LAST , can I also query the previous state of the Employees? Means what state he was in before he left with levelDB?
How good is eventsourced mongoDB support at this point ?
--
Regards,Amit
You received this message because you are subscribed to the Google Groups "Eventsourced User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eventsourced...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
-- Martin Krasser blog: http://krasserm.blogspot.com code: http://github.com/krasserm twitter: http://twitter.com/mrt1nz
Hi Martin,
Thanks for the answers they are really helpful. We intend to complete the work by December, I think akka will be production ready by December, so we cant use it.
I need one more answer,if there is an Employee event, do I need to assign it a unique ID.
If yes, can I find all historical states of the employee with that ID from levelDB?
If a data is stored in MongoDB can I query the MongoDB objects like I do normally? Assuming I have to give the ID ?
I am sorry if I am being obtuse, but I cant understand the sequence Number concept, reading the docs. So for every message a sequence number is generated ?
Ahh...okay...so every state a unique Sequence Number will be generated...which I can use to replay the events...Shouldnt these sequence numbers help us query the normal mongo way to find the object from there, without involving eventsourced...
What I want more specfically to directly find a object by sequcne from mOngoDb
The preceding email message may contain confidential information of Viridity Energy, Inc. It is not intended for transmission to, or receipt by, any unauthorized persons. If you have received this message in error, please (i) do not read it, (ii) reply to the sender that you received the message in error, and (iii) erase or destroy the message.
--
You received this message because you are subscribed to the Google Groups "Eventsourced User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eventsourced...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I think many understandings about the model are happening. Perhaps a doc on event sourcing and it's various usages could be helpful
To unsubscribe from this group and stop receiving emails from it, send an email to eventsourced+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Le doute n'est pas une condition agréable, mais la certitude est absurde.
To unsubscribe from this group and stop receiving emails from it, send an email to eventsourced...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
-- Martin Krasser blog: http://krasserm.blogspot.com