Coder Social home page Coder Social logo

Rahil Khan's Projects

bloomberg_process_management icon bloomberg_process_management

Clustered Data Warehouse Suppose you are part of a scrum team developing data warehouse for Bloomberg to analyze FX deals. One of customer stories is to import deals details from files into DB. Knowing that each 5 seconds around 100000 deal took place and stored in a file shared via a shared folder, the requested performance is to be able to import the file in less than 5 seconds. Request logic as following : File format is CSV contains the following fields (Deal Unique Id, From Currency ISO Code "Ordering Currency", To Currency ISO Code, Deal timestamp, Deal Amount in ordering currency). Validate row structure. Valid rows should be stored in table/document, with reference to source file name . Invalid rows should be stored into another table/document, with reference to source file name. The DB contains another table to maintain accumulative count of deals per Ordering Currency "Columns : Currency ISO Code, CountOfDeals ", so upon completion of importing process the system should increase count of deals per currency. System should not import same file twice. No rollback allowed, what every rows imported should be saved in DB. Technical Specs : Access to DB should be through JPA. For DB type, you can select between (MySql or MongoDB) Provide a web interface for uploading files and inquire about results "using filename" following web applications 3 tier architecture. Spring Batch is not allowed. Deliverables should be ready to work including : Workable deployment including sample file. Deployment steps including sample data of 100K records, contains all invalid/valid records that the system handles. Maven or Gradle project is required for full source code. Proper error/exception handling. Proper Logging. It is essential to follow TDD and include unit testing of your code and provide it as part of the assignment, noting that this will be one of the major assessment points, minimum code coverage should be 70%. It is preferred to deliver via github or bitbucket repository. Provide deployment as a Vagrant or Docker is a plus.

demo icon demo

Project for POC, demo and practice coding

dvna icon dvna

Damn Vulnerable NodeJS Application

kafkademo icon kafkademo

Repository to demo kafka working, graceful shutdown, circuit breaker and dlq

nlp icon nlp

Natural Language Processing

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.