add check for maker/searcher impl status
This commit is contained in:
parent
4664bc6eb9
commit
5c7d9e9385
40
ReadMe.md
40
ReadMe.md
|
|
@ -32,21 +32,21 @@ v2.0 格式的 `xdb` 支持亿级别的 IP 数据段行数,region 信息也可
|
||||||
|
|
||||||
API 介绍,使用文档和测试程序请参考对应 `searcher` 查询客户端下的 ReadMe 介绍,全部查询 binding 实现情况如下:
|
API 介绍,使用文档和测试程序请参考对应 `searcher` 查询客户端下的 ReadMe 介绍,全部查询 binding 实现情况如下:
|
||||||
|
|
||||||
| 编程语言 | 描述 | 开发状态 | 贡献者 |
|
| 完成状态 | 编程语言 | 描述 | 贡献者 |
|
||||||
| :--- | :--- |:-------| :--- |
|
|:----------------------| :--- |:----------------------|:--------------------|
|
||||||
| [golang](binding/golang) | golang 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
|
| ✓ 已完成 | [golang](binding/golang) | golang xdb 查询客户端实现 | [Lion](https://github.com/lionsoul2014) |
|
||||||
| [php](binding/php) | php 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
|
| ✓ 已完成 | [php](binding/php) | php xdb 查询客户端实现 | [Lion](https://github.com/lionsoul2014) |
|
||||||
| [java](binding/java) | java 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
|
| ✓ 已完成 | [java](binding/java) | java xdb 查询客户端实现 | [Lion](https://github.com/lionsoul2014) |
|
||||||
| [lua](binding/lua) | lua 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
|
| ✓ 已完成 | [lua](binding/lua) | 纯 lua xdb 查询客户端实现 | [Lion](https://github.com/lionsoul2014) |
|
||||||
| [c](binding/c) | ANSC c 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
|
| ✓ 已完成 | [c](binding/c) | ANSC c xdb 查询客户端实现 | [Lion](https://github.com/lionsoul2014) |
|
||||||
| [lua_c](binding/lua_c) | lua 查询客户端实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
|
| ✓ 已完成 | [lua_c](binding/lua_c) | lua c 扩展 xdb 查询客户端实现 | [Lion](https://github.com/lionsoul2014) |
|
||||||
| [rust](binding/rust) | rust 查询客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |
|
| 待开始 | [rust](binding/rust) | rust xdb 查询客户端实现 | [Lion](https://github.com/lionsoul2014) |
|
||||||
| [python](binding/python) | python 查询客户端实现 | 已完成 | [厉害的花花](https://github.com/luckydog6132) |
|
| ✓ 已完成 | [python](binding/python) | python xdb 查询客户端实现 | [厉害的花花](https://github.com/luckydog6132) |
|
||||||
| [nodejs](binding/nodejs) | nodejs 查询客户端实现 | 待开始 | 待确定 |
|
| 待开始 | [nodejs](binding/nodejs) | nodejs xdb 查询客户端实现 | 待确定 |
|
||||||
| [php5_ext](binding/php5_ext) | php5 c 扩展查询客户端实现 | 待开始 | 待确定 |
|
| 待开始 | [php5_ext](binding/php5_ext) | php5 c 扩展 xdb 查询客户端实现 | 待确定 |
|
||||||
| [php7_ext](binding/php7_ext) | php7 c 扩展查询客户端实现 | 待开始 | 待确定 |
|
| 待开始 | [php7_ext](binding/php7_ext) | php7 c 扩展 xdb 查询客户端实现 | 待确定 |
|
||||||
| [nginx](binding/nginx) | nginx的扩展查询客户端实现 | 待开始 | 待确定 |
|
| 待开始 | [nginx](binding/nginx) | nginx 扩展 xdb 查询客户端实现 | 待确定 |
|
||||||
| [csharp](binding/csharp) | c# 查询客户端实现 | 待开始 | 待确定 |
|
| 待开始 | [csharp](binding/csharp) | csharp xdb 查询客户端实现 | 待确定 |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -54,11 +54,11 @@ API 介绍,使用文档和测试程序请参考对应 `searcher` 查询客户
|
||||||
|
|
||||||
API 介绍,使用文档和测试程序请参考对应 `maker` 生成程序下的 ReadMe 介绍,全部生成 maker 实现情况如下:
|
API 介绍,使用文档和测试程序请参考对应 `maker` 生成程序下的 ReadMe 介绍,全部生成 maker 实现情况如下:
|
||||||
|
|
||||||
| 编程语言 | 描述 | 开发状态 | 贡献者 |
|
| 完成状态 | 编程语言 | 描述 | 贡献者 |
|
||||||
| :--- | :--- | :--- | :--- |
|
|:-----------------------| :--- | :--- | :--- |
|
||||||
| [golang](maker/golang) | golang xdb 生成程序实现 | 已完成 | [Lion](https://github.com/lionsoul2014) |
|
| :white_check_mark: 已完成 | [golang](maker/golang) | golang xdb 生成程序实现 | [Lion](https://github.com/lionsoul2014) |
|
||||||
| [java](maker/java) | java xdb 生成程序实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |
|
| 待开始 | [java](maker/java) | java xdb 生成程序实现 | [Lion](https://github.com/lionsoul2014) |
|
||||||
| [c](maker/c) | ANSC c xdb 生成客户端实现 | 开发中... | [Lion](https://github.com/lionsoul2014) |
|
| 待开始 | [c](maker/c) | ANSC c xdb 生成客户端实现 | [Lion](https://github.com/lionsoul2014) |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue