Skip to content

Instantly share code, notes, and snippets.

View dr0i's full-sized avatar

Pascal Christoph dr0i

View GitHub Profile
public class RecursionStream {
public static void main(String... args) {
getAllJsonNodes(node)//
.peek(p -> System.out.println("endpeek" + p))
.forEach(p -> System.out.println("end" + cnt + ":" + p.toString()));
}
private Stream<JsonNode> getAllJsonNodes(JsonNode node) {
cnt++;
Iterable<Entry<String, JsonNode>> iterable = () -> node.fields();
return StreamSupport.stream(iterable.spliterator(), false)
# Simulates the load created by multiple senders to an LDN Inbox
# by getting all yesterdays updates of lobid-resources and their use of gnd ids,
# POSTing in a time frame of roughly 10h by exploitmng an AI to computate delays.
#
# Optional first parameter: a date following the pattern YYYYMMDD (like in 19701010)
#
# created: 20190412
# author: dr0i
DATE=$1
"spatial" : [ {
"id" : "https://nwbib.de/spatial#N05",
"type" : [ "Concept" ],
"source" : {
"id" : "https://nwbib.de/spatial",
"label" : "Raumsystematik der Nordrhein-Westfälischen Bibliographie"
},
"label" : "Westfalen",
"notation" : "05",
"focus" : {
https://gadel.org/story/kalender-02-12-2011.html:
eine recht gutes Blaustahl Kurzschwert, letztes erhält Altamir,
@dr0i
dr0i / gist:e34ef5bf10326488ef65de350ae9a780
Created June 7, 2021 12:53
natureOfContent-aggregations
Das folgende Script:
curl -XGET 'http://weywot3.hbz-nrw.de:9200/almaresources/_search?q=natureOfContent.id:*&pretty=true' -d '
{
"aggs": {
"aggs1": {
"terms": {
"field": "natureOfContent.id",
"size": 150
}
}
1341,Hörspiel,https://d-nb.info/gnd/4025435-5
1466,Sachbilderbuch,https://d-nb.info/gnd/4221860-3
1474,Zitatensammlung,https://d-nb.info/gnd/4117724-1
1565,Software,https://d-nb.info/gnd/4055382-6
1637,Lesebuch,https://d-nb.info/gnd/4035435-0
1674,Konkordanz,https://d-nb.info/gnd/4165001-3
1832,Formelsammlung,https://d-nb.info/gnd/4155008-0
1841,Aufführungsmaterial,https://d-nb.info/gnd/1071243047
1944,Bild,https://d-nb.info/gnd/4006568-6
2098,Referateorgan,https://d-nb.info/gnd/4177322-6