-
Notifications
You must be signed in to change notification settings - Fork 1
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
Populate Elastic Instance with Simulated ULI Data #17
Comments
darnjo
pushed a commit
that referenced
this issue
Feb 3, 2023
darnjo
pushed a commit
that referenced
this issue
Feb 3, 2023
darnjo
pushed a commit
that referenced
this issue
Feb 3, 2023
darnjo
pushed a commit
that referenced
this issue
Feb 10, 2023
darnjo
pushed a commit
that referenced
this issue
Feb 10, 2023
muppetcrayz
pushed a commit
that referenced
this issue
Mar 13, 2023
muppetcrayz
pushed a commit
that referenced
this issue
Mar 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to make the project so that any developer can test it locally, we'll need to be able to generate realistic testing data.
With the backend Elastic instance running, we'll want to have a Node/Express service that can connect to the instance and insert the simulated data. We'll want to make sure we simulate this with auth (bearer tokens):
We want the num-records parameter so we can load test the system with varying sizes of member data sets, up to 100,000.
We'd probably have spinner or progress indicator on the frontend to show where the generation and matching process is at.
Let's assume this will go into an index called
uli-import
. In order to do that, you can use the Elastic Node Client and POST data into the Elastic index, once running. See documentation on connecting to an Elastic instance.The text was updated successfully, but these errors were encountered: