GithubHelp home page GithubHelp logo

jillvenky / bulkloadonpredix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dmashok/bulkloadonpredix

0.0 2.0 0.0 1.86 MB

A Spring JPA/Batch app that loads data into a postgres database on Predix.

Java 97.75% Shell 2.25%

bulkloadonpredix's Introduction

A Spring JPA/Batch app that loads data into a postgres database on Predix. This was used to load bulk data (> 100K rows) for a Predix based app. The step1 loads data in chunks (10 rec/time); this value can be changed as required to specific needs (BatchConfiguration#114).

A Spring JPA/Batch app that loads data into a postgres database on Predix. Use schema-all.sql (in /resources) to initialize the database (DDLs) & "csv" files to load data. The code here loads 1 file with the structure defined in the reader/write (BatchConfiguration.java).

Use schema-all.sql (in /resources) to initialize the database (DDLs) & "csv" files to load data. To load > 1 file/type, include required file in the "/resources" and add them as seperate steps in BatchConfiguration.java.

Note: At this time; the batch job runs more than once (eachtime after completion); you can customize the batch runs as required.

--Referencene: https://spring.io/guides/gs/batch-processing/ --- tags: [predix, dataload] projects: [spring-batch, predix] --- :spring_version: current :spring_boot_version: 1.3.3.RELEASE :Component: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Component.html :SpringApplication: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/SpringApplication.html :toc: :icons: font :source-highlighter: prettify :project_id: gs-batch-processing

bulkloadonpredix's People

Contributors

gregturn avatar royclarkson avatar cbeams avatar btalbott avatar habuma avatar dsyer avatar mminella avatar dmashok avatar

Watchers

James Cloos avatar  avatar

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.