四合一分布式计算框架
☆21Aug 12, 2014Updated 11 years ago
Alternatives and similar repositories for fourinone
Users that are interested in fourinone are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Distribute Network Calculate Framework☆15Aug 15, 2017Updated 8 years ago
- 一个基于内存的分布式计算框架。☆10Apr 13, 2016Updated 10 years ago
- A MVP implementation of distributed query engine cut from datafusion-ballista codebase for learning purpose.☆12Jan 10, 2025Updated last year
- 基于逐渐熟悉深入多线程,缓存,数据库,网络编程等相关内容 尝试着积累一些自己研究的工具集合或框架☆10Oct 1, 2016Updated 9 years ago
- 处理海量数据的excel/dbf/csv文件,包括文件的读取和写入☆13Jan 13, 2020Updated 6 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Redis-based distributed queue with queue task monitoring, task timeout, failed task retries and more☆19Feb 11, 2018Updated 8 years ago
- 一个基于Servlet + GSON + VueElementAdmin 的自设计链式SQL查询,JSON前后端分离,继承制用户权限分离,简约有颜的原生无框架教务系统(JSP课程设计)☆12Feb 3, 2021Updated 5 years ago
- ☆17Mar 19, 2024Updated 2 years ago
- 基于C语言实现的JVM☆17Oct 31, 2020Updated 5 years ago
- Fork of sql2java, a trusty, old code generator☆17Feb 1, 2017Updated 9 years ago
- a simple tool to translate caffe model to keras model☆10Oct 26, 2015Updated 10 years ago
- 《Java8 In Action》ReadingNotes Code☆23May 14, 2021Updated 5 years ago
- task manager framework in js☆13Jan 10, 2016Updated 10 years ago
- 最近跟着做的一个小项目,一个旅游网,前段页面是素材提供好的,主做逻辑业务,具有注册,登陆,验证码验证,发送邮件给用户,需要登陆邮箱激活账户,此外,导航条利用redis数据库和关系数据库相结合,存放类别信息,还有查询旅游相关的路线,底下的页码也可以动态的改变,本项目利用了许多…☆10Mar 30, 2019Updated 7 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 一个在vue项目中使用jsPlumb的实际案例☆11Jan 4, 2023Updated 3 years ago
- 实现Local、FTP、HDFS文件系统的统一操作。☆13May 12, 2016Updated 10 years ago
- LowCode Engine Materials☆11Apr 20, 2023Updated 3 years ago
- A Spark based semantic reasoning engine☆14Mar 28, 2017Updated 9 years ago
- This nanoGPT-lecture code git, including Andrej Karpathy's nanoGPT, ng-vedio-lecture, gpt_dev.ipynb and my learning notes. Welcome to lik…☆19May 21, 2024Updated 2 years ago
- POC for gathering Kafka metrics into Spring Boot Actuator☆10Mar 21, 2020Updated 6 years ago
- ☆15Jun 29, 2022Updated 3 years ago
- Periodic task executions on top of db-queue library☆17Mar 18, 2022Updated 4 years ago
- Utility for benchmarking changes in Spark using TPC-DS workloads☆16Jun 3, 2021Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- ☆14Aug 23, 2015Updated 10 years ago
- Simple, fast, disk-backed queue and task executor for Java 8.☆23Jan 26, 2026Updated 4 months ago
- 记录做过的一些大大小小的web项目,便于日后学习。持续更新项目。每个项目详细的步骤介绍可以到看我的[博客](https://blog.csdn.net/w1418899532) 中学习。☆16Dec 11, 2022Updated 3 years ago
- 基于spring boot的 监控平台☆11Jun 17, 2015Updated 10 years ago
- site crawler for knowledge graph☆14Jul 4, 2018Updated 7 years ago
- generic csv file neo4j batch importer☆14May 3, 2017Updated 9 years ago
- sysmin 监控jvm,linux信息的项目☆10Apr 17, 2019Updated 7 years ago
- Hadoop离线计算. 使用hadoop MR 进行数据清洗,再使用shell 脚本执行hive 进行数据统计,维度分析☆11Dec 12, 2018Updated 7 years ago
- A quick (low-latency) IPC channel for .NET (Using MemoryMappedFile and Event)☆21Jan 15, 2013Updated 13 years ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- 分布式调度系统,基于zookeeper ,netty,调度内核参考Spring schedule 执行表达式和Spring schedule一样,没有使用Quartz,客户端完全基于注解配置,使用同 Spring schedule一致,最少配置,使用简单☆14Feb 22, 2017Updated 9 years ago
- Spark源码分析,主要包含SparkContext源码、Executor进程启动、Stage划分 、Task执行和Spark2.0的新特性☆83Jul 7, 2019Updated 6 years ago
- High performance parallel reading of HDF5 files using PyTables, multiprocessing, and shared memory.☆15May 4, 2021Updated 5 years ago
- 《动手学深度学习》的练习代码☆24Mar 15, 2018Updated 8 years ago
- 使用jsPlumb开发的在线营销工具☆19Sep 20, 2016Updated 9 years ago
- 定时任务调度系统,提供自动化任务管理调度功能和可操作的web图形化管理各种复杂的任务调度☆21Aug 18, 2017Updated 8 years ago
- 一个jdbcUtils工具类,可以非常容易地从数据库中获取Java对象,支持分页查询、lambda表达式、自动填充数据和数据权限控制。使用非常简单,只需要给主类SqlExecutor配置好数据源,就没有其他需要配置的了,不需要继承某个类,也不需要实现哪个接口,几乎没有学习成…☆18Sep 18, 2025Updated 8 months ago