Aryne
Aryne est une architecture de système d’information orienté web. C’est un projet personnel sur lequel je travaille depuis Mai (mais l’idée date de Septembre). Cette architecture répond à plusieurs risques et besoins comme:
- La gestion des ressources (CPU, gestion du disque dur, etc);
- Gestion de la mémoire (cache, ram, etc);
- Gérer au mieux l’information du site web;
- Permettre le développement d’applications sans nuire au site et à ce qui l’entoure;
- Simplifier la gestion du site
J’ai développé une passion pour le traitement de l’information et les architectures de SI. Je trouve qu’il n’existe pas assez d’architectures pour sites web. Lorsqu’on utilise pas MVC, l’organisation du site est bordélique. MVC est partout, SOAP est destiné aux applications. Un jour je me suis demandé “quelle serait ma solution?”.
L’architecture rassemble plusieurs concepts et des normes. Elle est assez flexible, très accès sur la clarté du code source.
Voici un document que j’ai rédigé durant le mois de Juin. Il présente Aryne au complet. L’archive contient le document au format PDF, le framework de l’architecture ainsi qu’un modèle vide de l’architecture (dossiers + framework déjà placé). L’archive est disponible ici.
Le framework est sous licence GNU GPL et le document sous licence Creatives Commons By-NC-SA.
Voici un lien vers le site des zCorrecteurs. Cette équipe a corrigé le document (niveau orthographique, tournure de phrases, grammaire, etc). www.zcorrecteurs.fr.
Si vous voulez me contacter pour des informations, commentaires, questions ou me faire par de votre expérience avec Aryne, vous pouvez m’envoyer un e-mail ici: Manulion1er[@]gmail[.]com.
–
Aryne is an information system architecture for websites. It’s a project that I work on since May. This architecture answers at these points:
- Ressources managment (CPU, Hard Disk…);
- Memory Managment (RAM), cache system…);
- Information managment (how to manage it? When do we have to use a database?);
- Developp easily an application for the web site without problems;
- Getting a simple management of the system;
I have a passion for the information managment domain and for information systems architectures. One day, I asked myself “What could be my own solution?”.
You can read a document (in PDF format) that I wrote and talks about the architecture. Its own standards, concepts/ideas. You can download the archive here. The archive contains the pattern of the architecture (directories, framework) and the document.
In the source code of the framework you can find the licence: GNU GPL. The document has a licence too: Creatives Commons BY-NC-SA.
I would like to thank the zCorrecteurs team. Here you can get more informations about them.
If you want to send a comment to me, you can also send an e-mail to me at Manulion1er[at]gmail[dot]com.
10 July 2010 at 20 h 54 min
[...] The document and the pattern of the architecture (directories and the framework) is there. I created a web page (in french and in english) that presents Aryne, there. [...]