{"id":21500447,"url":"https://github.com/linwin-cloud/linwinsql.github.io","last_synced_at":"2025-03-17T13:18:07.359Z","repository":{"id":107502385,"uuid":"601623551","full_name":"LinWin-Cloud/linwinsql.github.io","owner":"LinWin-Cloud","description":"website","archived":false,"fork":false,"pushed_at":"2023-02-21T12:13:22.000Z","size":143587,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T22:45:32.304Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinWin-Cloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-14T13:19:43.000Z","updated_at":"2023-02-14T13:27:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"472cedca-25fa-43a3-8047-66e989daa764","html_url":"https://github.com/LinWin-Cloud/linwinsql.github.io","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinWin-Cloud%2Flinwinsql.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinWin-Cloud%2Flinwinsql.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinWin-Cloud%2Flinwinsql.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinWin-Cloud%2Flinwinsql.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinWin-Cloud","download_url":"https://codeload.github.com/LinWin-Cloud/linwinsql.github.io/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244039232,"owners_count":20387835,"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","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":[],"created_at":"2024-11-23T17:41:31.843Z","updated_at":"2025-03-17T13:18:07.339Z","avatar_url":"https://github.com/LinWin-Cloud.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Linwin Data Server数据库软件\n在广袤无垠的现代大数据海洋之中，计算机深度的和信息以及数据绑定，承载这亿万数据的就是数据库软件。\nLinwin Data Server，基于Java开发的国产高性能数据库软件。支持国产和Linux操作系统，支持多用户操作。采用Nosql结构，自研mys数据库操作语言，更加简单方便高效。\n用户数据的增删改查全部在内存内操作，与硬盘的交互写入读取交由专门的线程管理，无不妨碍.\n\n#### 当前版本: 1.4-2023.2.13 \u003ca href='./Update.md'\u003e更新信息\u003c/a\u003e\n\n### 安装\n方法1: \u003ca href='https://gitee.com/LinwinSoft/Linwin-DB-Server/releases/'\u003e下载deb包\u003c/a\u003e\n方法2:\n在Linux终端中属于下列命令行 \n```\n git clone https://gitee.com/LinwinSoft/linwin-DB-server/ \t#把源代码克隆到本地\n \n dpkg -b linwin-DB-server/ \t\t\t\t\t#打包deb包\n \n sudo dpkg -i linwin-DB-server.deb \t\t\t\t#安装deb包\n```\n\n### Linwin Data Server数据库信息\n最低运行要求:\n1. 至少300MB的磁盘空间\n2. 1024Mb(1GB)内存 (如果在云服务器上可以512MB最低最低)\n3. 在没有损坏的Linux操作系统上运行\n4. 联网的计算机\n5. 处理器处理速度: **1.0 HZ** 或 **更快**\n6. amd64架构处理器(64位处理器)\n\n特性:\n1. 支持分布式集群部署数据库\n2. 支持本地储存数据库\n3. 支持多用户操作数据库\n4. 采用key-value模式的Nosql架构数据库\n\n操作系统支持:Linux\n文档支持: \u003ca href='https://gitee.com/LinwinSoft/linwin-DB-server/wiki/home'\u003e文档\u003c/a\u003e\n\n### 成熟的服务器架构\nLinwin Data Server采用 openLinwin 高性能Web服务器软件成熟架构，每秒可承载***1.5万 - 2.5万*** 次请求\n\n### 非常简单的数据库操作脚本\n由Linwinsoft自己研究的mys面向数据库操作的脚本语言mys,\n具有简单易懂的特点，支持最基础的增删改查，同时支持复制索引等功能.\n\n基于mys编译器的mys脚本语言支持上传数据、变量注释\n\n\tLogin = {\n\t\t\"remote\" : \"127.0.0.1\",\n \t\t\"port\" : \"8888\",\n \t\t\"user\" : \"root\",\n \t\t\"passwd\" : \"123456\"\n\t}\n\t# 这是一条注释\n\t// 这也是一条注释\n\t/** 同样是注释，下面这段脚本用于列出用户根目录所有的数据库\n\tlist database\n\t# 这条代码意思是索引出所有带有 'da' 字符的数据\n\tfind data da\n\n### 性能\n测试环境: \n1. Ubuntu Linux操作系统实体机\n2. intel i3 4GB内存\n3. 无GPU\n4. 120GB SSD X2\n==============================\n1. 100W数据加载需要4-5s\n2. 100w数据查询91w条需要0.2-0.3秒(纯服务端)\n3. 一次性最多能够加载200w数据，分多次加载效果更佳\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinwin-cloud%2Flinwinsql.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinwin-cloud%2Flinwinsql.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinwin-cloud%2Flinwinsql.github.io/lists"}