Giter Site home page Giter Site logo

subhasisgorai / myexperiments Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 30 KB

Experimental libraries - Azure Storage, multithreaded Data Processing pipelines, and many more ...

License: MIT License

Java 100.00%
multithreading reactive azure-storage data-processing-pipelines lightweight fault-tolerant monitoring

myexperiments's Introduction

Introduction

This space contains some of my experimental works. I have written a few light weight libraries for Data Processing Pipeline or for interacting with Azure Storage service, i.e., Tables or Queues, in reactive fashion. The libraries leverage Java multithreading and reactive frameworks like RxJava extensively.

  1. A multithreaded Data Processing Pipeline
  2. A reactive library to interact with Azure Storage Queue
  3. A thin, reactive library for Azure Storage Table

Getting Started

In order to use this Java SDK in your Java based project, you have to add the following maven dependency,

<dependency>
    <groupId>com.webworkz.playground</groupId>
    <artifactId>my-experiments</artifactId>
    <version>x.y.z</version>
</dependency>

Build and Test

For building and testing the project,

  1. firstly `git clone` the project,
  2. then `mvn -U clean install` in order to build the project.
  3. Additionally, if you need to build Eclipse workspace using `mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true` this will fetch the required binaries, sources and documentation and generate the Eclipse workspace.

Please note that there would be generated sources, if you are using IDE like Eclipse or IntelliJ Idea, you may need to add the generated artifact as source in order to avoid compilation errors.

Contribute

You are most welcome to contribute to this project, just fork it or create a branch and start developing. Once you are good please create a pull request and notify.

References

  1. RxJava: Reactive Extensions for the JVM

myexperiments's People

Contributors

subhasisgorai avatar

Watchers

 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.