Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Javapdf | 1,177 | 2 years ago | 2 | |||||||
🍣100本 Java电子书 技术书籍PDF(以下载阅读为荣,以点赞收藏为耻) | ||||||||||
Wifiprobeanalysis | 189 | 3 years ago | 4 | other | Java | |||||
基于WIFI探针的商业大数据分析技术 | ||||||||||
Xichuan_note | 114 | 10 months ago | Java | |||||||
xichuan的学习总结笔记,覆盖了java、spring、java其他常用框架,以及大数据相关组件等📚 | ||||||||||
Teddy | 113 | 5 years ago | 4 | Java | ||||||
Spark Streaming监控平台,支持任务部署与告警、自启动 | ||||||||||
Daijie | 82 | 3 | 3 years ago | 9 | October 17, 2018 | 2 | Java | |||
提供基于spring-cloud系列整合的依赖jar包,再加入了分布式锁,分布式事务,接口文档,多数据源,单点登录,第三方集成等等可spring-boot配置的,简单化的使用工具。 | ||||||||||
Examples | 61 | 4 years ago | 3 | Java | ||||||
A repository for the code examples of my blog | ||||||||||
Til | 51 | 10 months ago | 173 | gpl-3.0 | DIGITAL Command Language | |||||
Today I Learned | ||||||||||
Java Study Learn Video Resources Tutorial | 38 | 8 years ago | ||||||||
java,python,hadoop,spring,php学习视频资源分享 | ||||||||||
Enceladus | 26 | 4 | 5 months ago | 40 | March 23, 2023 | 383 | apache-2.0 | Scala | ||
Dynamic Conformance Engine | ||||||||||
Wifiprobe | 25 | 5 years ago | apache-2.0 | Java | ||||||
Commercial big-data analysis system based on WIFI probe |
FBus is a file bussing system based on Spring and Spring Integration. This project is extremely experimental and is meant to:
The hope is that people find this useful as both an example and a project. If this is true, development will continue.
This is a Maven project and can be built by running mvn assembly:assembly
. A
number of artifacts will be available in the target directory including a jar
without the dependencies and one with the dependencies included.
The Spring Source bundle repository is used for Spring dependencies. The (currently unpublished) Cloudera repository is used for Hadoop and its dependencies. Specifically, this builds against CDH2u1. Some dependencies are pulled from Maven Central, but this will move to the Spring Source repository to reduce potential metadata issues.
See the example configuration fbus.xml in src/test/resources
for a sample of
how to wire together various components. Additional docs forthcoming.
E. Sammer - [email protected]
This code is released under the Apache Software License. While some package names contain the name "Cloudera," this software is unsupported by Cloudera. I just happened to work there and needed a unique package space to use during development.
Absolutely everything is subject to change and comes without warranty.