Giter Site home page Giter Site logo

etl-tool's Introduction

ETL-Tool

This is a desktop application that simulates working of a data warehouse process for a telecommunication company, at a very basic level.

The basic steps of any datawarehouse are-

  • Extraction- Extracting from various data stores like text, SQL, Access, CSV etc.
  • Transformation- Transforms data into certain format(uniform)
  • Loading- Load the data into a database.

The application also has a couple of mining algorithms embedded in it. currently it has Bayes classification, KNN and K means clustering. Various other algorithms like Apriori, Heirarchical clustering etc can also be included.

To run:

-Download an extract Zip
-Copy it into your netbeans projects directory
-Build, Compile and Run.

Or
Refer to the Dropbox link. It has screenshots and built JAR file.

Or
Clone the JAR in dist/ETL.jar

Note for current version:

Paths used in the code are not relative/real, they are absolute paths refering to my PC, hence one has to change a few paths before getting it to work.
Also, to use SQL and JDBC data stores, necessary things may have to be installed like the drivers for JDBC and the MySQL.
Would love pull requests and contributions! :)

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.