|
|
# The PhyloAlps Project
|
|
|
|
|
|
[Home](home.md) |
|
|
|
[Data](data.md) |
|
|
|
[User Profiles](profiles.md) |
|
|
|
[Technologies](techno.md)
|
|
|
|
|
|
## Technologies
|
|
|
### Database Management System
|
|
|
* Relationnal: PostgreSQL
|
|
|
* Graph ([R2RML implementations] from the [RDB2RDF Working Group]):
|
|
|
* [D2RQ] (Java)
|
|
|
* [R2D2] (PHP)
|
|
|
* [OpenLink Virtuoso] (C)
|
|
|
* [RDF4J] (aka Sesame) + [r2rml-api-rdf4j-bridge] (Java)
|
|
|
* [Allegrograph] (Common Lisp)
|
|
|
* [MarkLogic] (C++)
|
|
|
|
|
|
### Back end
|
|
|
* Server-side JavaScript ([NodeJS] + [MongoDB])
|
|
|
* PHP framework ([Symfony] or [CakePHP])
|
|
|
* Python
|
|
|
* Java
|
|
|
* [ElasticSearch] + [Kibana]
|
|
|
|
|
|
### Front end
|
|
|
* [HTML5]
|
|
|
* [CSS3 framework] + CSS preprocessor ([SASS]/[LESS])
|
|
|
* [JavaScript] + [jQuery]
|
|
|
|
|
|
### Continuous Integration
|
|
|
* CI Server (Jenkins/Travis/Buildbot/Strider/Gitlab CI/TeamCity)
|
|
|
* Build automation tools (Apache Maven/Ant/Gradle)
|
|
|
|
|
|
[postgresql]:https://www.postgresql.org/
|
|
|
[r2rml implementations]:https://www.w3.org/2001/sw/rdb2rdf/wiki/Implementations
|
|
|
[rdb2rdf working group]:https://www.w3.org/2001/sw/rdb2rdf/
|
|
|
[d2rq]:http://d2rq.org/
|
|
|
[r2d2]:http://aksw.org/Projects/R2D2.html
|
|
|
[openlink virtuoso]:https://virtuoso.openlinksw.com/
|
|
|
[rdf4j]:http://rdf4j.org/
|
|
|
[r2rml-api-rdf4j-bridge]:https://github.com/R2RML-api/R2RML-api
|
|
|
[allegrograph]:http://franz.com/agraph/allegrograph/
|
|
|
[marklogic]:http://www.marklogic.com/
|
|
|
[nodejs]:https://nodejs.org/en/
|
|
|
[mongodb]:https://www.mongodb.com/
|
|
|
[symfony]:https://symfony.com/
|
|
|
[cakephp]:https://cakephp.org/
|
|
|
[html5]:https://www.w3.org/TR/html5/
|
|
|
[css3 framework]:https://www.keycdn.com/blog/front-end-frameworks/
|
|
|
[sass]:http://sass-lang.com/
|
|
|
[less]:http://lesscss.org/
|
|
|
[javascript]:https://www.javascript.com/
|
|
|
[jquery]:https://jquery.com/
|
|
|
[elasticsearch]:https://www.elastic.co/
|
|
|
[kibana]:https://www.elastic.co/products/kibana |