https://github.com/itswuanran/hakutaku
https://github.com/itswuanran/hakutaku
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/itswuanran/hakutaku
- Owner: itswuanran
- License: apache-2.0
- Created: 2021-04-18T13:59:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T04:46:13.000Z (about 4 years ago)
- Last Synced: 2025-02-16T18:19:29.911Z (4 months ago)
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 项目背景
在实践CQRS架构时,我们在C端和Q端面临的问题域不同,针对Q端我们的读库会面临一系列挑战
1. 多维度查询
2. 海量数据
3. 高性能为了满足这个诉求,如果使用常规的关系型数据库很难同时满足以上需求,业界通常更合理的解决方案是
ElasticSearch + HBase
我们可以使用和ElasticSearch类似的Solr或者和HBase类似的Cassandra作为替代方案本项目作为一个工具,希望能够帮助开发者快速构建出一套多维度海量数据的检索平台