Platform Team/Sugar Network/Implementation: Difference between revisions
No edit summary |
|||
| Line 7: | Line 7: | ||
* System should support synchronisation between servers and provide full featured text search. | * System should support synchronisation between servers and provide full featured text search. | ||
That's why using [[ | That's why using [[Platform_Team/Active_Document|Active Document]] to: | ||
* Server should be as simple/lightweight as possible; | * Server should be as simple/lightweight as possible; | ||
* No SQL, just NoSQL; | * No SQL, just NoSQL; | ||
* Since server should support full featured text search, use Xapian and keep it as a "NoSQL replacement" | * 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 request, another implementation might be created. | ||
== Todo == | == Todo == | ||