diff --git a/docs/posts/20240920_rsecon_2024.md b/docs/posts/20240920_rsecon_2024.md index f11a349..0d942a5 100644 --- a/docs/posts/20240920_rsecon_2024.md +++ b/docs/posts/20240920_rsecon_2024.md @@ -32,7 +32,7 @@ The [R Contribution Working Group](https://contributor.r-project.org/) organises ### Databases/query languages Tuesday included two sessions about query languages. The first provided a detailed look at GraphQL, a web framework providing API endpoints able to handle arbitrarily complex queries à la SQL, in contrast to RESTful APIs, which are less flexible. Next was a workshop about SPARQL, a query language for data in the Resource Description Format (RDF), which is widely used in some fields. Participants were shown how to construct complex queries using public datasets (for example, the [Wikidata Query Service](https://query.wikidata.org/)). - + On the Wednesday, there was a practical workshop on the ubiquitous SQLite database, including a detailed walkthrough of entering and manipulating data using the [DB Browser for SQLite](https://sqlitebrowser.org/) graphical software. Another tool that was mentioned was [ETL Helper](https://github.com/BritishGeologicalSurvey/etlhelper), developed in house by the British Geological Society, which helps with transferring data into and out of databases, including SQLite. ### Working better with Python/Software diff --git a/mlc_config.json b/mlc_config.json index 24ed4b8..de5877f 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -2,6 +2,9 @@ "ignorePatterns": [ { "pattern": "^https?://www.turing.ac.uk/.*" + }, + { + "pattern": "^https?://sqlitebrowser.org/.*" } ], "timeout": "180s",