Skip to content

Commit

Permalink
mlc: Ignore requests to sqlitebrowser.org
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdewar committed Sep 25, 2024
1 parent e247029 commit cac97cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/posts/20240920_rsecon_2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)).
<!-- markdown-link-check-disable-next-line -->

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
Expand Down
3 changes: 3 additions & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"ignorePatterns": [
{
"pattern": "^https?://www.turing.ac.uk/.*"
},
{
"pattern": "^https?://sqlitebrowser.org/.*"
}
],
"timeout": "180s",
Expand Down

0 comments on commit cac97cb

Please sign in to comment.