Alexander Berl
Alexander Berl
Since support for node 6.0 has been ruled out, this is doable without manual promisifying.
Some notable projects from where to take inspirations or lessons: - (Get)EventStore: THE stream database for event sourcing - https://eventstore.org/docs/reference/internal-architectural-overview/index.html - apache kafka: a distributed streaming platform -https://kafka.apache.org/documentation/#implementation - Microsoft...
Currently an index preallocates an array of the length of the index and then fills it with data on demand. Since the internal array is untyped, memory is allocated just...
Sometimes breaking the file format (for the storage/partitions and indexes) is inevitable as seen with #80. In those cases right now the old data is no longer readable. The solution...
This is a very expensive operation, as it involves a full database scan, but it can help when indexes get broken and would technically allow for rewriting storage partitions. Edit:...
Currently the documentation is relatively unstructured and misses proper explanation/listing of all available options. Also some more practical usage examples with explanations would do good.
Since the change of #1131 an odd behaviour change has occured to us (when switching from 3.1.0 to 3.1.1 without any further changes): `Transaction commit failed because the transaction has...
EventListeners "listensTo" mapping is currently done via method name `whenShortEventName` + event class mapping, event class short type name must match the method **Use case 1:** Listen to event from...
Discussing about #51 I found that it would maybe be nice if we could find and agree on a small and distilled kind of manifest of the goals that we...