Hi,
Are there plans to add an API to allow us to check whether a stream exists (I’ve already got some code to do this, so if a PR is wanted I can do that).
Also would it be possible to have API’s to list all streams and allow the user to query for streams that fit certain naming criteria. For example I have streams in the form {0}ReferenceList where 0 is currency. What I’d like to do is say give me all streams that are reference lists, i.e that would translate in to a query that says for example give me all streams who’s names end with the string “ReferenceList”.
Any help appreciated.
Kind regards
Sean.
--
You received this message because you are subscribed to the Google Groups "Event Store" group.
To unsubscribe from this group and stop receiving emails from it, send an email to event-store...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
Is there any sample to list all streams currently? I’m assuming Lucene is not implemented as yet?
Kind regards
Sean.
Hi Greg,
Where in the source tree is the %streams projection created/is the source code of this projection?
Also, can I subscribe to projections, or do I need to keep querying them manually, any example(s) would be useful!
This is a really bad idea. The state can be massive
--
$streams? https://github.com/EventStore/EventStore/blob/dev/src/EventStore.Projections.Core/Standard/IndexStreams.cs is the internal projection code. It must be enabled.
What will happe to your projection with 100m streams?