knight-2019's Stars
DopplerHQ/awesome-interview-questions
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
ReactiveX/RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
akullpp/awesome-java
A curated list of awesome frameworks, libraries and software for the Java programming language.
apache/shardingsphere
Empowering Data Intelligence with Distributed SQL for Sharding, Scalability, and Security Across All Databases.
ben-manes/caffeine
A high performance caching library for Java
jobbole/awesome-java-cn
Java资源大全中文版,包括开发库、开发工具、网站、博客、微信、微博等,由伯乐在线持续更新。
vipshop/vjtools
The vip.com's java coding standard, libraries and tools
oldratlee/translations
🐼 Chinese translations for classic software development resources
puniverse/quasar
Fibers, Channels and Actors for the JVM
reactor/reactor
Reactor Bill Of Materials (tracking reactor-core, reactor-netty and more)
spring-projects/spring-statemachine
Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
linkedin/dr-elephant
Dr. Elephant is a job and flow-level performance monitoring and tuning tool for Apache Hadoop and Apache Spark
libgdx/gdx-ai
Artificial Intelligence framework for games based on libGDX or not. Features: Steering Behaviors, Formation Motion, Pathfinding, Behavior Trees and Finite State Machines
snazy/ohc
Java large off heap cache
apache/ranger
Apache Ranger - To enable, monitor and manage comprehensive data security across the Hadoop platform and beyond
linkedin/PalDB
An embeddable write-once key-value store written in Java
gearpump/gearpump
Lightweight real-time big data streaming engine over Akka
jbellis/jamm
Java Agent for Memory Measurements
indeedeng/lsmtree
A fast key/value store that is efficient for high-volume random access reads and writes.
pablosmedina/ckite
CKite - A JVM implementation of the Raft distributed consensus algorithm written in Scala
Netflix/zeno
Netflix's In-Memory Data Propagation Framework
uncodecn/uncode-dal-all
Uncode-DAL 是 Java 通用数据访问组件,基于mybatis、spring jdbc、hibernate等ORM框架开发,同时支持基于多数据源的读写分离、主备切换、故障转移,自动恢复、负载均衡、缓存等。可以大大提高开发速度。
playframework/netty-reactive-streams
Reactive streams implementation for Netty.
gvsmirnov/java-perv
Don't try this in production
cowtowncoder/java-merge-sort
Basic stand-alone disk-based N-way merge sort component for Java
obviam/behavior-trees
Behavior Trees playground and tutorial
cerndb/hdfs-metadata
Tool for gathering blocks and replicas meta data from HDFS. It also builds a heat map showing how replicas are distributed along disks and nodes.
typesafehub/activator-akka-distributed-workers-java
Typesafe Activator template for distributed workers with Akka cluster in Java.
typesafehub/activator-akka-stream-java8
Demonstrate Akka streams in Java8
zarinfam/play-akka-cluster-pub-sub
In this sample i integrate a play framework app (java) with akka cluster so that you can easily add new play node to scale your system. when a new node added all node in the cluster log hello message, no matter which node receives the message.