Skip to content
View AlikJoke's full-sized avatar
Block or Report

Block or report AlikJoke

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. CacheBus CacheBus Public

    A library for "clustering" caches across different servers. Various message brokers act as transport. The library is useful for those caches that do not have a clustering mechanism out of the box, …

  2. MemCache MemCache Public

    A caching library that uses the local Java process heap to store data. The cache is local, but can be clustered when using the CacheBus cache clustering library (https://github.com/AlikJoke/CacheBu…

    Java

  3. CodeGraph CodeGraph Public

    A library that analyzes graph of the application modules and determines various architectural characteristics of the application using the graph algorithms. Supports two types of modules to build g…

    Java

  4. KDLQ KDLQ Public

    A library implements functionality for Kafka redelivery to reprocess messages and send messages to a separate dead message queue (topic), i.e. DLQ.

    Java

  5. LogsAnalyzer LogsAnalyzer Public

    Parser for log files (and HAR files in imperative version) based on ElasticSearch for indexing / search records and MongoDB for statistics / user management

    Java

  6. CSVLoader CSVLoader Public

    CSV loader with authentication, REST API, scheduling in spring boot using jdbcTemplate for loading csv and ORM for user model

    Java