-
Notifications
You must be signed in to change notification settings - Fork 28
Is it possible to load data from Source to Dest between servers? #11
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
Comments
hmm, you'd probably need to expand the ETLs class's ability to hold more than one connection (source_connection / destination_connection) so you could pull from one server and send to another. Let me know if that makes sense and answers your question. |
thank you! I tried another one (activewarehouse-etl), it's more complex and support multiple servers. I'm new in Ruby and trying to break it down... |
interesyed in this functionality as well. Wondering what the API might look like. |
@Emerson @shut000 was just giving this a look over and have an idea on what could work here: right now we have Happy to take a pass at doing the above, let me know if it's still something you're interested in! |
Is it possible to load data from Source to Dest between servers? Like what ETL usually does. Thanks!
And I don't know where to add questions, just put it here...
The text was updated successfully, but these errors were encountered: