Platform Team/Sugar Network/Implementation: Difference between revisions

Line 13: Line 13:
* Since server should support full featured text search, use Xapian and keep it as a "NoSQL replacement" with storing data directly in files system;
* Since server should support full featured text search, use Xapian and keep it as a "NoSQL replacement" with storing data directly in files system;
* If server will start serving users from the Internet and current implementation won't manage to handle multiple requests, another implementation might be created.
* If server will start serving users from the Internet and current implementation won't manage to handle multiple requests, another implementation might be created.
All [[Sugar_Network/Concept#Resources|resources]] are being represented as Active Document's classes, resource objects as Active Document's objects.


== Todo ==
== Todo ==