You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Updated Docker Compose files to use more recent recommended configurations, and scripts to use 'docker compose' for
the Docker Compose Plugin instead of 'docker-compose' for the old separate package
Entity Datasource implementation for Elastic/OpenSearch using the ElasticFacade
supports CrUD operations, filtered finds, and large find result handling with a paginating EntityListIterator
does not currently support view entities as Elastic/OpenSearch do not support any sort of joins; some view entity
support may be added for single-member view entities, or perhaps multi-member with nested documents in some way
intended primarily for logging type data with the ArtifactHit as the main test case, which can now be put in the
new logging entity group to put ArtifactHit data in Elastic/OpenSearch instead of the transactional database