{"id":23640000,"url":"https://github.com/easyabp/bigdatasolution","last_synced_at":"2025-08-31T15:32:32.448Z","repository":{"id":47204190,"uuid":"391677094","full_name":"EasyAbp/BigDataSolution","owner":"EasyAbp","description":"A persistence layer based on ElasticSearch and Cassandra.","archived":false,"fork":false,"pushed_at":"2021-09-08T15:34:30.000Z","size":89,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-11T03:31:11.054Z","etag":null,"topics":["abp","abp-vnext","big-data","cassandra","csharp","elasticsearch","kafka","nosql","solution"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EasyAbp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-01T16:17:45.000Z","updated_at":"2024-09-03T02:47:58.000Z","dependencies_parsed_at":"2022-09-13T10:50:46.261Z","dependency_job_id":null,"html_url":"https://github.com/EasyAbp/BigDataSolution","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EasyAbp/BigDataSolution","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyAbp%2FBigDataSolution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyAbp%2FBigDataSolution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyAbp%2FBigDataSolution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyAbp%2FBigDataSolution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasyAbp","download_url":"https://codeload.github.com/EasyAbp/BigDataSolution/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyAbp%2FBigDataSolution/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272998709,"owners_count":25028606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abp","abp-vnext","big-data","cassandra","csharp","elasticsearch","kafka","nosql","solution"],"created_at":"2024-12-28T08:29:31.941Z","updated_at":"2025-08-31T15:32:32.153Z","avatar_url":"https://github.com/EasyAbp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"简体中文 | [English](./README_en.md)\n\n## 简介\n\n本仓库提供了一套基于 ElasticSearch(搜索) + Cassandra(存储) 的整套海量数据存储方案，基于 ABP vNext 重写了仓储层实现，减少上层业务代码的侵入。具体存储架构与网络拓扑信息，请参考下面 **架构** 一节。\n\n## 架构\n\nTODO\n\n## 压力测试\n\n**测试环境:**\n\n| 用途          | CPU  | 内存 | 硬盘 | 网络 | 数量 |\n| ------------- | ---- | ---- | ---- | ---- | ---- |\n| Kafka         |      |      |      |      |      |\n| Cassandra     |      |      |      |      |      |\n| ElasticSearch |      |      |      |      |      |\n| Web 站点      |      |      |      |      |      |\n\n**压测指标与结果:**\n\n| 操作类型            | 数据量         | 并发  | 测试时间 | 平均响应时间 | 最大响应时间 |\n| ------------------- | -------------- | ----- | -------- | ------------ | ------------ |\n| 单条数据写入        | 1              | 10    | 5 min    |              |              |\n| 单条数据写入        | 1              | 100   | 5 min    |              |              |\n| 单条数据写入        | 1              | 1000  | 5 min    |              |              |\n| 单条数据写入        | 1              | 10000 | 5 min    |              |              |\n| 批量数据写入        | 1000           | 10    | 5 min    |              |              |\n| 批量数据写入        | 1000           | 100   | 5 min    |              |              |\n| 批量数据写入        | 1000           | 1000  | 5 min    |              |              |\n| 批量数据写入        | 1000           | 10000 | 5 min    |              |              |\n| 单条数据查询        | (预置)10000000 | 10    | 5 min    |              |              |\n| 单条数据查询        | (预置)10000000 | 100   | 5 min    |              |              |\n| 单条数据查询        | (预置)10000000 | 1000  | 5 min    |              |              |\n| 单条数据查询        | (预置)10000000 | 10000 | 5 min    |              |              |\n| 分页数据查询(30/页) | (预置)10000000 | 10    | 5 min    |              |              |\n| 分页数据查询(30/页) | (预置)10000000 | 100   | 5 min    |              |              |\n| 分页数据查询(30/页) | (预置)10000000 | 1000  | 5 min    |              |              |\n| 分页数据查询(30/页) | (预置)10000000 | 10000 | 5 min    |              |              |\n| 关联查询(3 关联表)  | (预置)30000000 | 10    | 5 min    |              |              |\n| 关联查询(3 关联表)  | (预置)30000000 | 100   | 5 min    |              |              |\n| 关联查询(3 关联表)  | (预置)30000000 | 1000  | 5 min    |              |              |\n| 关联查询(3 关联表)  | (预置)30000000 | 10000 | 5 min    |              |              |\n\n## 如何使用\n\n### 环境部署\n\n#### Docker 部署\n\nTODO\n\n#### 二进制部署\n\nTODO\n\n#### Kubernetes 部署\n\nTODO\n\n### 模块安装\n\nTODO\n\n### 表结构生成\n\nTODO\n\n### 动态实体管理\n\nTODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasyabp%2Fbigdatasolution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasyabp%2Fbigdatasolution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasyabp%2Fbigdatasolution/lists"}