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

Write gray-crawler to a socket. #24

Open
bamos opened this issue Sep 27, 2014 · 1 comment
Open

Write gray-crawler to a socket. #24

bamos opened this issue Sep 27, 2014 · 1 comment

Comments

@bamos
Copy link
Contributor

bamos commented Sep 27, 2014

HI @theonewolf - we've modified gray-crawler in our gammaray-android fork
to send BSON across the network.
This modification is easy since all of the operations
are on FILE pointers, the commit's here.

Would you be interested in adding a flag to gray-crawler
to enable both writing to a file and writing to a socket?

@theonewolf
Copy link
Contributor

Two thoughts:

(1) Yes, very interested. The whole system could then operate in a streaming fashion having no need of transient persistent storage (especially when live-attaching to VMs in the cloud).

(2) I would like to get proper arg parsing into gray, I think I can work on that module and once it is in place we can add this flag in.

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