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

Allow programmatic access #1

Closed
4 tasks
psalmody opened this issue Jul 26, 2016 · 1 comment
Closed
4 tasks

Allow programmatic access #1

psalmody opened this issue Jul 26, 2016 · 1 comment
Assignees
Milestone

Comments

@psalmody
Copy link
Owner

psalmody commented Jul 26, 2016

Index.js wrapper could:

  • Expose batch runner
  • Expose individual bridge
  • Expose setup
  • Expose list batch / source / destination / tables.
var DataBridge = require('databridge')({
  //setup options or config file
});
var dbBatch = DataBridge.batch;
var dbBridge = DataBridge.bridge;

How would this function with scheduler/service/pm2?

psalmody added a commit that referenced this issue Jul 26, 2016
@psalmody psalmody self-assigned this Aug 2, 2016
@psalmody psalmody added this to the v1.2.0 milestone Aug 3, 2016
@psalmody
Copy link
Owner Author

psalmody commented Aug 3, 2016

Need to set main in package.json to a script which exposes bridge and bridge runner and list of installed tables / sources / destinations.

psalmody added a commit that referenced this issue Aug 4, 2016
@psalmody psalmody modified the milestones: v1.3.0, v1.2.0 Aug 4, 2016
@psalmody psalmody assigned psalmody and unassigned psalmody Aug 4, 2016
@psalmody psalmody modified the milestones: v1.2.2, v1.2.1 Aug 6, 2016
@psalmody psalmody mentioned this issue Aug 6, 2016
@psalmody psalmody added the in dev label Aug 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant