YUKI Hiroshi
null+****@clear*****
Thu Feb 27 19:19:03 JST 2014
YUKI Hiroshi 2014-02-27 19:19:03 +0900 (Thu, 27 Feb 2014) New Revision: ed23a73e6fcc13e7254b3e836c6df0ec4b1c739e https://github.com/droonga/droonga.org/commit/ed23a73e6fcc13e7254b3e836c6df0ec4b1c739e Message: Add more basic descriptions about the Droonga itself. Modified files: news/_posts/2014-02-28-release.md Modified: news/_posts/2014-02-28-release.md (+28 -6) =================================================================== --- news/_posts/2014-02-28-release.md 2014-02-27 18:06:20 +0900 (63c3fcf) +++ news/_posts/2014-02-28-release.md 2014-02-27 19:19:03 +0900 (182116f) @@ -6,25 +6,45 @@ published: false ## About Droonga -Droonga is a scalable data processing engine, based on a stream oriented processing model. In many operations (searching, updating, grouping, and so on), Droonga processes various data by pipeline. As the result, Droonga has large potential around its flexibility and extensibility. Moreover, those features provide high availability for people who develop any data processing engine based on Droonga. You can process complex operations by mixing operations, and you can add custom operations to Droonga via plugins written as Ruby-scripts. +Droonga is a scalable data processing engine, based on a stream oriented processing model. + +### As a distributed-style fulltext search engine + +Droonga provides high-power, scalable fulltext search feature including data-storage features. +Droonga can search any feature from a large database based on multiple partitions and multiple hardwares. +You don't have to think about the maximum limit of the size of storage, CPU resources, and so on. +If remaining capacity becomes tight, then you just have to add new nodes to your cluster. + +See [overview](/overview/) for more details, and try the [tutorial](/tutorial/). + +### As a distributed-style data processing engine + +In many operations (searching, updating, grouping, and so on), Droonga processes various data by pipeline. +As the result, Droonga has large potential around its flexibility and extensibility. +Moreover, those features provide high availability for people who develop any data processing engine based on Droonga. +You can process complex operations by mixing operations, and you can add custom operations to Droonga via plugins written as Ruby-scripts. + +To develop your custom plugins, see the [plugin development tutorial][tutorial-plugin]. -Are you interested in Droonga? See [overview](/overview/) for more details, and try the [tutorial](/tutorial/). You'll understand how Droonga works with these documentations. ## About this release The current Droonga version is 1.0.0. -This is the initial official release. +This is the initial official release!! The release has the following improvements: * The format of the "catalog.json" is improved and stabilized. - Now - * APIs to develop various plugins are stabilized. + More readable, more understandable easily. + * APIs to develop plugins around the handling phase are stabilized. + Now you can develop plugins working with the data storage. + See the [plugin development tutorial for the handling phase][tutorial-handler] for more details. ## Conclusion * Droonga 1.0.0 has been released! - * TODO summarize this release + * "catalog.json" becomes more readable. + * Plugins can work with the data storage. * Droonga plugin will be writable in the next release. * Droonga project will release a new version every month! @@ -33,3 +53,5 @@ Droonga project welcomes you to join us as a user and/or a developer! See [commu [community]: /community/ [search]: /reference/commands/search/ [table_remove]: /reference/commands/ + [tutorial-plugin]: /tutorial/plugin-development/ + [tutorial-handler]: /tutorial/plugin-development/handler/ -------------- next part -------------- HTML����������������������������...Download