Giter Site home page Giter Site logo

etl's People

Watchers

 avatar

etl's Issues

group insert values

A performance boost could be gained by grouping insert values when possible into a single SQL statement to execute.

JSON Datum

It would be useful to be able to parse and schematize JSON data in the same fashion as the XML class.

Table name delimiter

When child tables are created in the DDL class, the names are glued together without delimiters to minimize length, but it would be nice to have the option for more readable names.

flattener

need a manual way to denormalize relationships up or down the chain

Schema Merger needs to set minimums

Currently if one Schema doesn't have a minimum, and the other one does, then the Merger will discard all minimums.

If both Schemata lack a minimum because min == max respectively, then a new min must be set to the value of the smaller max.

refactor DB, DDL class architecture

There's something aloof about the relationship between these classes. Despite the perils of multi-level inheritance, it still might be best to merge DDL with DB combined as an abstract class extending the abstract class Source. Then concrete classes such as MicrosoftSQLServer make more sense.

Use natural keys for DDL relationships

Currently the Schematizer identifies unique values as candidate keys, but the application of this information into the DDL class is yet unimplemented. It would be nice to have the option to use these instead of the default surrogate jpetl_id keys.

This would be the first step in creating a truly integrated entity relationship between documents.

DB, DDL table prefix

Need to be able to apply a prefix to table names for cohabitation of same structures. This is a precursor for a multi-document replace operation whereby temp tables are used as a staging area for partial data transfers - in the event of a runtime interruption we don't want upsets to the existing production data.

JSON streamer for chunks

This would be more of an actual streamer than the current one, which is really more of an aggregator.

This would have the unique values disabled #15 because there's no efficient way to keep track of all those disparate values when merging discrete Schemas.

surrogate key generator

Because there's no transactional race conditions with distributed systems in this ETL, then instead of relying on the db to generate the IDs, just generate them server-side prior to insert. This would make batch insertions #11 reasonable.

MySQL datatyper

This should also dictate the method for last-inserted-ID in the DB class

detect database driver

there needs to be an intelligent way to check what type of database management system is connected for handling variations in returning last inserted id, quote types, and other assorted differences.

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.