Git Product home page Git Product logo

databridge's People

Contributors

psalmody avatar

Stargazers

 avatar  avatar

Watchers

 avatar

databridge's Issues

Allow programmatic access

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?

XML Parser

Add an XML source/destination parser.

Service / Schedule Updates

  1. Should append to log file
  2. Command line interface for installing should also have option to truncate logs - should be in root folder?
  3. Should log start time of service to log file

dest/oracle memory issues

In dest/oracle@master, currently limit to number of rows can be inserted

Rework in branch feat/oracle passes 1000-row test but fails with larger rows (FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory)

Possibly due to large amounts of async callbacks

Could an event emitter model work better?

Improve schedule.log management

pm2 schedule.log doesn't have any pagination (dumps to same file) and overwrites old logs.

Could log better to files or console or e-mail even if changed schedule.js to use logs instead

truncate option

Rather than update which appends rows, need a truncate option to delete all rows but not drop table

Improve Data Typing

Maybe all numbers should be SQL type Number or Float rather than INT to deal with Javascript handling of number type

handling _DEC and _GPA should be better - possibly only exposed in opfile - and test more than just the first row of data - like test 50 rows and if 100% are number or null then use number

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.