Skip to content
Snippets Groups Projects
server-architecture.rst 1.12 KiB
Newer Older
Server Architecture
Alice Poggioli's avatar
Alice Poggioli committed
###################

DjangoLDP server
Alice Poggioli's avatar
Alice Poggioli committed
===============
Alice Poggioli's avatar
Alice Poggioli committed
Before deploying any SIB applications you will need SIB servers able to provide all capabilities your application relies on.
Alice Poggioli's avatar
Alice Poggioli committed
Our SiB server is called DjangoLDP which is based on Django framework and adapted to be compatible with Linked Datas convention but you can use any servers exposing data as LDP containers. 
Alice Poggioli's avatar
Alice Poggioli committed
DjangoLDP come with packages developed and maintained by the Startin'Blox team. You can pick up the ones you like or write your own.
Alice Poggioli's avatar
Alice Poggioli committed
.. warning::
Alice Poggioli's avatar
Alice Poggioli committed
   The section should be improve



LDP packages
===========
Once you have your server DjangoLDP installed, you can plug to it DLP packages which are extention to treat a specific shape of data.

Each component has its own datas shapes. The server that will manage datas of a specific component has to get the specfic package related.

You'll find the right package in the documentation of each component.

.. warning::

   The section should be improve


A request in detail
===================

Alice Poggioli's avatar
Alice Poggioli committed
.. figure:: ../_static/images/servers-of-the-future.png
   :alt: How we imagine the servers of the future