Pinned Repositories
AgentGPT
🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
airbyte
Airbyte is an open-source EL(T) platform that helps you replicate your data in your warehouses, lakes and databases.
AkkaNotes_Messaging
Project accompanying Akka Notes - Part 1 (Fire and forget Messaging)
AlfredWorkflow.com
A public Collection of Alfred Workflows.
analytics-zoo
Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray
ansj_seg
ansj分词.ict的真正java实现.分词效果速度都超过开源版的ict. 中文分词,人名识别,词性标注,用户自定义词典
apache-arrow-parquet
Apache Arrow and Parquet data format integration for Scala
apache-calcite-tutorial
https://blog.csdn.net/QXC1281/article/details/89070285
arrow
Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. It also provides computational libraries and zero-copy streaming messaging and interprocess communication. Languages currently supported include C, C++, Java, JavaScript, Python, and Ruby.
scala-exercises
The easy way to learn Scala.
fishcus's Repositories
fishcus/leetcode
My leetcode solutions.
fishcus/The-Art-Of-Programming-By-July
本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售
fishcus/spark-sourcecodes-analysis
Spark源码剖析
fishcus/spark-redis
A connector for Spark that allows reading and writing to/from Redis cluster
fishcus/spring-boot-all
spring-boot,mybatis,activemq,redis,email, freemarker,shiro,websocket,sitemesh,ehcache,easyui,kindeditor,quartz,springfox,swagger,jpa,hibernate,querydsl,netty
fishcus/spark-code-analysis
fishcus/vesta-id-generator
全部改掉了,换回原先经典的雪花算法,41位时间戳+10位机器ID+12位序列号。只封装了rest风格的API~去除数据库等繁琐的封装。欢迎大家来做压测。
fishcus/kraps-rpc
A RPC framework leveraging Spark RPC module
fishcus/motan
A remote procedure call(RPC) framework for rapid development of high performance distributed services.
fishcus/kafka-book
《Kafka技术内幕》代码
fishcus/data-algorithms-book
MapReduce, Spark, Java, and Scala for Data Algorithms Book
fishcus/StudySpark
学习 Spark 的一个小项目,以及其中各种调优的笔记
fishcus/livy
Livy is an open source REST interface for interacting with Apache Spark from anywhere
fishcus/JDK
JDK源码阅读笔记
fishcus/buddha
A lightweight distributed RPC framework
fishcus/NettyRpc
An RPC framework based on Netty, ZooKeeper and Spring
fishcus/btrace
BTrace - a safe, dynamic tracing tool for the Java platform
fishcus/jdk-source-analysis
JDK 源码分析
fishcus/short-text-search
自定制的精准短文本搜索服务
fishcus/zookeeper
分布式系统服务ZooKeeper的学习历程
fishcus/awesome-linux-software
All classical softwares in linux, including classification, installing, configuration and using.
fishcus/learn_netty_source_code
Netty 源码分析教程
fishcus/LeetCode-1
正确的姿势,学习的态度来刷 LeetCode:高效的代码、简洁的注释、精炼的总结。
fishcus/elasticsearch-payload
Term payloads for Elasticsearch
fishcus/DigAndBuried
挖坑与填坑
fishcus/hbase-book
Contains the code used in the HBase: The Definitive Guide book.
fishcus/scala-exercises
The easy way to learn Scala.
fishcus/astro
Native, optimized access to HBase Data through Spark SQL/Dataframe Interfaces
fishcus/hbase-rdd
Spark RDD to read and write from HBase
fishcus/EsGiraffe
这是一个为了解决大量重复性代码开发的工具,利用自定义的注解和反射生成elasticsearch需要的语句,语句的具体生成是采用elasticSearch的Java api