... | ... | @@ -17,8 +17,7 @@ |
|
|
* [NixOS]
|
|
|
|
|
|
### Data Management System
|
|
|
* Small distributed relational databases: PostgreSQL
|
|
|
* SPARQL endpoint to query the data
|
|
|
* Small distributed relational databases: [PostgreSQL] + [PostGIS]
|
|
|
* Mapping of relational data to RDF:
|
|
|
* 2 W3C recommandations from the [RDB2RDF Working Group]:
|
|
|
1. [Direct Mapping]: RDB to RDF Mapping
|
... | ... | @@ -30,6 +29,7 @@ |
|
|
* [RDF4J] (aka Sesame) + [r2rml-api-rdf4j-bridge] (Java)
|
|
|
* [Allegrograph] (Common Lisp)
|
|
|
* [MarkLogic] (C++)
|
|
|
* SPARQL endpoint to query the data
|
|
|
|
|
|
### Web Server
|
|
|
* [Apache HTTP Server]
|
... | ... | @@ -38,13 +38,14 @@ |
|
|
### Back end
|
|
|
* Server-side JavaScript ([NodeJS] + [MongoDB])
|
|
|
* PHP framework ([Symfony] or [CakePHP])
|
|
|
* Python
|
|
|
* Python ([Django])
|
|
|
* Java
|
|
|
|
|
|
### Front end
|
|
|
* [HTML5]
|
|
|
* [CSS3 framework] + CSS preprocessor ([SASS]/[LESS])
|
|
|
* [CSS3 framework] ([Bulma]) + CSS preprocessor ([SASS]/[LESS])
|
|
|
* [JavaScript] + [jQuery]
|
|
|
* Slippy Map ([OpenLayers3])
|
|
|
|
|
|
### Dataviz
|
|
|
* [ElasticSearch] + [Kibana]
|
... | ... | @@ -56,6 +57,7 @@ |
|
|
* [Apache Maven]
|
|
|
* [Apache Ant]
|
|
|
* [Gradle]
|
|
|
* [Bower]
|
|
|
* CI Server
|
|
|
* [Jenkins]
|
|
|
* [Travis]
|
... | ... | @@ -66,6 +68,7 @@ |
|
|
|
|
|
[NixOS]:https://nixos.org/
|
|
|
[postgresql]:https://www.postgresql.org/
|
|
|
[postgis]:http://postgis.net/
|
|
|
[R2RML]:https://www.w3.org/TR/r2rml/
|
|
|
[Direct Mapping]:https://www.w3.org/TR/rdb-direct-mapping/
|
|
|
[R2R implementations]:https://www.w3.org/2001/sw/rdb2rdf/wiki/Implementations
|
... | ... | @@ -79,14 +82,17 @@ |
|
|
[marklogic]:http://www.marklogic.com/
|
|
|
[nodejs]:https://nodejs.org/en/
|
|
|
[mongodb]:https://www.mongodb.com/
|
|
|
[django]:https://www.djangoproject.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/
|
|
|
[bulma]:http://bulma.io/
|
|
|
[sass]:http://sass-lang.com/
|
|
|
[less]:http://lesscss.org/
|
|
|
[javascript]:https://www.javascript.com/
|
|
|
[jquery]:https://jquery.com/
|
|
|
[openlayers3]:https://openlayers.org/
|
|
|
[elasticsearch]:https://www.elastic.co/
|
|
|
[kibana]:https://www.elastic.co/products/kibana
|
|
|
[d3]:https://d3js.org/
|
... | ... | @@ -102,3 +108,4 @@ |
|
|
[Apache Maven]:https://maven.apache.org/
|
|
|
[Apache Ant]:https://ant.apache.org/
|
|
|
[Gradle]:https://gradle.org/
|
|
|
[bower]:https://bower.io/ |