Akonadi: Difference between revisions
m clean up, typos fixed: etc) → etc.) using AWB |
mentioned criticism |
||
Line 20: | Line 20: | ||
Because Akonadi takes care of data storage and retrieval, which are traditionally the difficult parts of creating a PIM application, development of PIM applications is made much easier. In fact, the [[Mailody]] developer Tom Albers demonstrated how a mail reader could be created in only 10 minutes using Akonadi.<ref>[http://www.omat.nl/drupal/creating-mail-reader-10-minutes Tom Albers: Creating a mail reader in 10 minutes.]</ref> |
Because Akonadi takes care of data storage and retrieval, which are traditionally the difficult parts of creating a PIM application, development of PIM applications is made much easier. In fact, the [[Mailody]] developer Tom Albers demonstrated how a mail reader could be created in only 10 minutes using Akonadi.<ref>[http://www.omat.nl/drupal/creating-mail-reader-10-minutes Tom Albers: Creating a mail reader in 10 minutes.]</ref> |
||
The performance and reliability are currently under severe criticism from the community and many claim that the introduction of Akonadi into [[KDE Personal Information Management|KDEPIM]] is a significant detriment<ref>[http://forums.gentoo.org/viewtopic-t-806090-start-50.html Gentoo forums: Nepomuk and strigi - solution in search of a problem]</ref>. |
|||
==References== |
==References== |
Revision as of 14:49, 23 May 2012
Developer(s) | KDE |
---|---|
Stable release | 1.6.0
|
Repository | |
Written in | C++ |
Operating system | Cross-platform |
Type | Personal information management |
License | LGPL 2.1 |
Website | akonadi-project |
Akonadi is a storage service for personal information management (PIM) data and metadata named after the oracle goddess of justice in Ghana.[1][2] It is one of the “pillars” (core technologies) behind the KDE SC 4 project, although it is designed to be used in any desktop environment. It is extensible and provides concurrent read, write, and query access.
Akonadi provides unique desktop-wide object identification and retrieval.[3] It functions as an extensible data storage for all PIM applications. In KDE 3 each PIM application had different data storage and handling methods, which led to several implementations of essentially the same features. Besides data storage, Akonadi has several other components including search, and a library (cache) for easy access and notification of data changes.
Akonadi communicates with servers to fetch and send data instead of applications through a specialized API. Data can then be retrieved from Akonadi by a model designed to collect a specific data (mail, calendar, contacts, etc.). The application itself is made of viewers and editors to display data to the user and let them input data. Akonadi also supports metadata created by applications.[4]
Because Akonadi takes care of data storage and retrieval, which are traditionally the difficult parts of creating a PIM application, development of PIM applications is made much easier. In fact, the Mailody developer Tom Albers demonstrated how a mail reader could be created in only 10 minutes using Akonadi.[5]
The performance and reliability are currently under severe criticism from the community and many claim that the introduction of Akonadi into KDEPIM is a significant detriment[6].
References
- ^ KDE PIM Osnabrueck 4 Meeting Minutes
- ^ Sheldon, Kathleen (2005). Historical dictionary of women in Sub-Saharan Africa. Scarecrow Press. p. 15. ISBN 0-8108-5331-0.
- ^ Akonadi Homepage
- ^ Akonadi Hacking Meeting
- ^ Tom Albers: Creating a mail reader in 10 minutes.
- ^ Gentoo forums: Nepomuk and strigi - solution in search of a problem