-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
[EPIC] Data Simulation #277
Comments
@ren0nie0, want to give it a shot? |
I can't fully commit to it right now... but I'll try to work on it little
by little... I'm not sure how to generate 1000+ addresses though... I am
also not sure about the random protected record attachments... I might need
more info/direction on those...
…On Sat, May 13, 2023 at 7:34 PM Darrell Malone Jr. ***@***.***> wrote:
@ren0nie0 <https://github.com/ren0nie0>, want to give it a shot?
—
Reply to this email directly, view it on GitHub
<#277 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH2DDX3DLW3ANGMJJLNTFO3XGAK7BANCNFSM6AAAAAAX66TQSM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I found this library to generate random addresses: random-address 1.1.1 |
This the one? https://pypi.org/project/random-address/ Definitely looks like it'll serve well here. To your other question, I was referring to these icons: |
So, I did a little digging. At the moment, we've got three major things that need to be completed before we can do this properly.
I'll make separate issues for each of these and we con consider this issue completed when those three components are completed. |
Is your feature request related to a problem? Please describe.
In order to propel the project forward, we need to be able to demonstrate the full functionality of the application once we have reached our finished state. To help us do this, we should create a function that will simulate data being entered into the index from a variety of sources.
Describe the solution you'd like
Create a function that simulates a large set of data being entered into the index. When run, the function should create a set of entries to the database as though they were uploaded via an API push. Each dataset should include a simulated source and at least 1000 separate incidents.
Requirements:
Describe alternatives you've considered
This feature is meant to help us demonstrate the functionality of the app and test advanced features until we have live data imports from partners.
Additional context
The records from Citizens Police Data Project can serve as a model for the simulated entries.
The text was updated successfully, but these errors were encountered: