Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by anirbanroydas

A curated list of projects in awesome lists by anirbanroydas .

https://github.com/anirbanroydas/rabbitchat

A Chat-Server/Chat-System based on AMQP protocol(RabbitMQ) + AMQP Python Client(PIKA) + Websockets(SockJS) + Async Python Server(Tornado)

amqp chat chat-server docker jenkins pika python-packages rabbitmq sphinx-doc tornado travis-ci

Last synced: 28 Oct 2024

https://github.com/anirbanroydas/mosquittochat

An MQTT protocol basaed Chat-Server/Chat-System using Mosquitto Message Broker + MQTT Python Client(paho-mqtt) + Websockets(SockJS) + Async Python Server(Tornado)

chat chat-server ci-cd docker jenkins mosquitto mqtt paho-mqtt pytest python tornado tox travis-ci

Last synced: 28 Oct 2024

https://github.com/anirbanroydas/ci-testing-python

Sample Microservice App in Python for Testing using pytest, uber/doubles, tox on CI servers like Jenkins and Travis CI using Docker + Docker-Compose for test environment.

ci docker jenkins pytest python testing tox travis-ci

Last synced: 28 Oct 2024

https://github.com/anirbanroydas/devops

All DevOps related scripts and resources mostly using Docker+Terraform+Swarm+Docker-Machine

aws ci-cd coreos devops docker elk grafana jenkins logging monitoring prometheus swarm travis-ci

Last synced: 28 Oct 2024

https://github.com/anirbanroydas/ubernow

Prebook your uber cabs. Its an app that notifies when to book an uber to reach a given destination at a pre specified time.

amqp celery ci-cd docker google-maps-api job-queue pytest python rabbitmq tornado tox travis-ci uber uber-api

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/alertman

An Alerting / Notification microservice written in Python using asyncio event loop which listens for alert events and sends notifications via email, sms etc.

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/ubernow-go

App that notifies you via(email, web, etc) at right time when to book uber so that to you can reach your destination by your required time. Also, trying to apply the DDD by Eric Evans and Clean Architecture principles proposed by Robert Martin a.k.a Uncle Bob.

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/juwo

A full fledged web app (news feed, notifications, livestreaming, IRC, private instant messaging[rabbitmq], etc...) used as an experiment for every new technology using primarily nodejs.

cd ci docker livestream mongodb news-feed nodejs notifications posts rabbitmq redis social-apps socketio travis-ci websockets

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/dummy_orders

A sample microservice in python for implementing a dummy orders service which processes transactions, alerts if there is a fraudulent transation using the alertman and fraud_police services.

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/storage.io--minidropbox

Distributed De-duplicated Storage System with File Synchronization like Dropbox. (Python + Tornado + Pyramid + Watchdog + librsync + MySQLdb + Nginx).

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/realestate-matcher

A Golang application which implements a basic property listing to requirement matching algorithm

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/opruut

A route optimiser for metro stations and subways giving (a). the shortest travel time with (b). maximum comfort [eg: less crowd, possibility of finding a seat, etc..] using primarily React Js (with Redux), Laravel framework(PHP), Node-Js(Socke.io Server), Neo4J (Graph Database).

graph-database job-queue laravel machine-learning mysql neo4j nodejs react redis redux route-optimization socketio websocket

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/api_gateway

A full fledged Api Gateway Microservice used to transfer/route/load-balance different api requests to other microservices written primatrily in Nodejs.

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/elaster

An In-App data search engine using ElasticSearch

docker elasticsearch in-app jenkins pytest python search-engine tornado tox travis-ci

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/logie

A log server based on AMQP protocol using RabbitMQ messge broker and python's Tornado framework

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/silcompiler

A Simple Integer Language Compiler Developed using Lex, Yacc, C/C++

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/submitfetchform

Submits a form in a webpage and retrieves the data from database and stores in MySQL database using Python Mechanize

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/kodersarena--onlinecodingjudge

Autonomous Online Coding judge like Codechef, built for students of National Institute of Technology, Calicut

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/sphinxsimdoc

A documentation creator using sampledocs (from Sphinx-doc) and also by using Sphinx documentation generator.

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/hierarchicalclassifier

Automated hierarchical classification of newspaper articles for more accurate article retrieval.

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/semanticanalyzer

This is a Feedback based Semantic Analyzer used to generate Meaningful Representations of Natural Language Queries.

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/fraud_police

A sample microservice written in Golang which takes request(order transaction details) via its exposed http api and returns if a transaction is fraudulent or not. This is used along with the dummy_orders and alertman service.

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/monqtt

A Monitoring tool using MQTT protocol over websocket (for web monitoring), and plain MQTT (in general) with Mosquitto (MQTT Broker) as backend.

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/ardpower

Created a custom oh-my-zsh theme inspired by many custom themes suited for a perfect ZSH Environment under Byobu with Tmux Backend.

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/basicdes

A program to encrypt and decrypt files using the Basic DES algorithm

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/clinventory

Web App for Laptop Management deployed in Centre for Development of Telematics using Pyramid Framework and Tornado webserver and Nginx reverse Proxy

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/react-windowed-contact-list

A React Contacts App using windowed list view using react-virtualized

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/sockjschat

A multiplexed-websocket based Chat-Server/Chat-System using SockJS (Advance Websocket Javascript Client) + Tornado ( async python web server) + sockjs-tornado ( sockjs websocket server implementation for Tornado)

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/dot.dot.dot

Collection of my dotfiles

Last synced: 11 Oct 2024

https://github.com/anirbanroydas/tickr

A Microservice which takes request from other services and passes to RabbitMQ for real time notification based on AMQP, websocket, tornado, and amqp python client library, Pika.

Last synced: 11 Oct 2024