-
Notifications
You must be signed in to change notification settings - Fork 499
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
Ingestion Filtering by Asset #4222
Labels
Comments
This was referenced Feb 9, 2022
Open
sreuland
added a commit
to sreuland/go
that referenced
this issue
Feb 21, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Feb 21, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Feb 21, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Feb 22, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Feb 22, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Feb 22, 2022
sreuland
added a commit
that referenced
this issue
Feb 22, 2022
sreuland
added a commit
that referenced
this issue
Feb 24, 2022
sreuland
added a commit
that referenced
this issue
Feb 24, 2022
sreuland
added a commit
that referenced
this issue
Feb 25, 2022
sreuland
added a commit
that referenced
this issue
Feb 25, 2022
sreuland
added a commit
that referenced
this issue
Feb 25, 2022
sreuland
added a commit
that referenced
this issue
Feb 26, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Feb 28, 2022
sreuland
added a commit
that referenced
this issue
Mar 1, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Mar 2, 2022
…l, not needed, all supported filters are seeded first in db via migration script, only updates allowed in config API at runtime
sreuland
added a commit
that referenced
this issue
Mar 3, 2022
sreuland
added a commit
that referenced
this issue
Mar 7, 2022
sreuland
added a commit
that referenced
this issue
Mar 7, 2022
sreuland
added a commit
that referenced
this issue
Mar 7, 2022
sreuland
added a commit
that referenced
this issue
Mar 9, 2022
dev complete on asset filtering on the feature branch including unit tests: moving this to review phase. |
sreuland
added a commit
that referenced
this issue
May 4, 2022
sreuland
added a commit
that referenced
this issue
May 4, 2022
sreuland
added a commit
that referenced
this issue
May 5, 2022
sreuland
added a commit
that referenced
this issue
May 5, 2022
sreuland
added a commit
that referenced
this issue
May 6, 2022
sreuland
added a commit
that referenced
this issue
May 6, 2022
sreuland
added a commit
that referenced
this issue
May 6, 2022
sreuland
added a commit
that referenced
this issue
May 6, 2022
sreuland
added a commit
that referenced
this issue
May 9, 2022
sreuland
added a commit
that referenced
this issue
May 9, 2022
sreuland
added a commit
that referenced
this issue
May 9, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
…l, not needed, all supported filters are seeded first in db via migration script, only updates allowed in config API at runtime
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does your feature solve?
Horizon ingestion of full ledger space from core can take up massive amounts of disk space on db.
What would you like to see?
As a service provider with my own Horizon installation, I want to track transactions and operations related to assets I issue. I want to perform reconciliation against my Horizon DB for assets I issue.
I want to configure which assets trigger related transaction and operational info to be ingested by my Horizon installation and persisted to my horizon historical database.
I don't want my horizon historical database to contain data related to other assets, so, I expect to see my horizon db size on disk remain relatively small with a slower growth rate compared to no-filtering(i.e. data for entire ledger was saved)
Acceptance Criteria:
<asset_code>:<asset_isssuer>
<asset_code>:<asset_isssuer>
to add or remove to whitelist.What alternatives are there?
The text was updated successfully, but these errors were encountered: