Differences between revisions 4 and 13 (spanning 9 versions)
Revision 4 as of 2005-02-25 17:20:46
Size: 1121
Editor: EddyXu
Comment:
Revision 13 as of 2005-02-27 06:39:25
Size: 1593
Editor: EddyXu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
FeedCore -- an universal tool set for information analyzer. FeedCore -- an universal tool set for information analyzing.
Line 11: Line 11:
  FeedCore is an universal tool set for information analyzer, first implemented as a RSS Collector.   FeedCore is an universal tool set for information analyzing, first implemented as a RSS Collector.
Line 15: Line 15:
Line 16: Line 17:
  DB部分负责数据的存贮(暂时以sqlite为数据库,将来可能用xml)。core作为DB和plugin/handle之间交换数据和协调公作的机制。plugin负责数据的分析,handle负责数据的获取(比方RSS源.)。   DB部分负责数据的存贮(基于xml)。core作为DB和plugin/handle之间交换数据和协调公作的机制。plugin负责数据的分析,handle负责数据的获取(比方RSS源.)。

  (未完待续)
Line 21: Line 24:
 * Gcc in *nix and MinGW in Windows.  * 语言&编译器:
   * pure C
   * gcc in *nix(mingw in Windows)
   * GNU make
   * Python etc. in plugin / handle

 * IDE:
   * 我用["Emacs"], 不过大家可以随意

=== 预备知识 ===
 * Glibc
 * libxml2
Line 34: Line 48:
   * hoxide: 思想提供者,数据挖掘者(呵呵,不满意自己改)  * hoxide: 思想提供者,数据挖掘者(呵呵,不满意自己改)
Line 43: Line 57:
=== 相关项目 ===
Line 44: Line 59:
 * FeedNow : 计划重写,作为FeedCore的GUI
Line 46: Line 62:

== 开发人员讨论 ==
 * 听了02-26的会客,还有咨询refolding关于生物信息学的内容,我觉得后台还是将xml作为存储介质比较好。在WeKnow成形后,可将xml格式向其靠拢。 eddyxu

FeedCore -- an universal tool set for information analyzing.

::-- EddyXu [DateTime(2005-02-25T17:04:43Z)]

TableOfContents

项目

  • FeedCore is an universal tool set for information analyzing, first implemented as a RSS Collector.

设计思想

  • FeedCore由三部分组成,数据库DB,核心core,还有plugin/handle. DB部分负责数据的存贮(基于xml)。core作为DB和plugin/handle之间交换数据和协调公作的机制。plugin负责数据的分析,handle负责数据的获取(比方RSS源.)。 (未完待续)

技术原则

开发环境

  • 语言&编译器:

    • pure C
    • gcc in *nix(mingw in Windows)
    • GNU make
    • Python etc. in plugin / handle
  • IDE:
    • 我用["Emacs"], 不过大家可以随意

预备知识

  • Glibc
  • libxml2

项目组织

版权

  • FeedCore is released under GPL(General Public License)

人员

留下社区里的id就行 :)

  • EddyXu: 俺是项目提出者

    • (有兴趣的自行添加之)
  • hoxide: 思想提供者,数据挖掘者(呵呵,不满意自己改)

管理结构

发布管理

项目计划

相关项目

  • FeedNow : 计划重写,作为FeedCore的GUI

反馈

开发人员讨论

  • 听了02-26的会客,还有咨询refolding关于生物信息学的内容,我觉得后台还是将xml作为存储介质比较好。在WeKnow成形后,可将xml格式向其靠拢。 eddyxu

FeedCore (last edited 2009-12-25 07:08:55 by localhost)