Skip to content
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

create "live" client that can git HTTP endpoints to manipulate data #32

Closed
wallnerryan opened this issue Sep 7, 2016 · 5 comments
Closed

Comments

@wallnerryan
Copy link
Contributor

This client can be used for CRUD operations against the app, but first, lets use it to hit and endpoint to add data. e.g. Dealerships / Vehicles so we can leave it running for days to get a substantial size increase in our test data cc @pcgeek86

@wallnerryan
Copy link
Contributor Author

#7 might be related, but im thinking this isn't a CLI

@pcgeek86
Copy link
Contributor

pcgeek86 commented Sep 7, 2016

Cool, that was my initial thought, too. If not CLI, what would the proposed entry point be to the client?

@wallnerryan
Copy link
Contributor Author

I was thinking it could be a program writtin in python, node, perl etc that hits HTTP endpoints based on some policy like time. E.g. every 5 mins the app send a POST to /vehicles with a payload of a new vehicle. This could be a simple 'add vehicle" microservice that is always running

@wallnerryan
Copy link
Contributor Author

wallnerryan commented Sep 8, 2016

This could simply just be a docker container that uses a CLI from #7 to hit that endpoint, but does so based on a programmatic policy

@wallnerryan
Copy link
Contributor Author

#81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants