[go: up one dir, main page]

Jump to content

Akonadi: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
new release
Line 5: Line 5:
| developer = [[KDE]]
| developer = [[KDE]]
| released = <!-- {{start date|YYYY|MM|DD}} -->
| released = <!-- {{start date|YYYY|MM|DD}} -->
| latest release version = 1.9.2
| latest release version = 1.10.1
| latest release date = {{start date and age|2013|05|05}}<ref>https://projects.kde.org/news/215</ref>
| latest release date = {{start date and age|2013|07|22}}<ref>https://projects.kde.org/news/229</ref>
| programming language = [[C++]]
| programming language = [[C++]]
| operating system = [[Cross-platform]]
| operating system = [[Cross-platform]]

Revision as of 15:32, 21 September 2013

Akonadi
Developer(s)KDE
Stable release
1.10.1 / July 22, 2013; 11 years ago (2013-07-22)[1]
Repository
Written inC++
Operating systemCross-platform
TypePersonal information management
LicenseLGPL 2.1
Websiteakonadi-project.org

Akonadi is a storage service for personal information management (PIM) data and metadata named after the oracle goddess of justice in Ghana.[2][3] 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.[4] 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 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.[5]

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.[6]

References

  1. ^ https://projects.kde.org/news/229
  2. ^ KDE PIM Osnabrueck 4 Meeting Minutes
  3. ^ Sheldon, Kathleen (2005). Historical dictionary of women in Sub-Saharan Africa. Scarecrow Press. p. 15. ISBN 0-8108-5331-0.
  4. ^ Akonadi Homepage
  5. ^ Akonadi Hacking Meeting
  6. ^ Tom Albers: Creating a mail reader in 10 minutes.