[Wikidata-bugs] [Maniphest] T349519: Determine if IGUANA and TFT would fit our query analysis needs

2023-10-31 Thread AWesterinen
AWesterinen added a comment.


  @dcausse I have the work item to update TFT to the latest tests on my to-do 
list. I can try to prioritize it higher, if that is valuable to you.
  
  It is probably 3-4 days of work.
  
  Completing IGUANA would require more work to get basic functionality. Maybe 
2-3 weeks? (top of head guess)

TASK DETAIL
  https://phabricator.wikimedia.org/T349519

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: dcausse, AWesterinen
Cc: AWesterinen, dcausse, Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T349519: Determine if IGUANA and TFT would fit our query analysis needs

2023-10-24 Thread AWesterinen
AWesterinen added a comment.


  To clarify ... TFT needs to be updated to test the current RDF, RDF*, SPARQL 
definitions. The current definitions that were migrated are out of date.
  
  IGUANA needs the tests defined that reflect the characteristics that were 
specified.
  
  Without these changes, the infrastructures are useable - but not useful.

TASK DETAIL
  https://phabricator.wikimedia.org/T349519

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: AWesterinen, dcausse, Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T311171: Query using wikibase:label returns the item id

2022-06-24 Thread AWesterinen
AWesterinen closed this task as "Resolved".
AWesterinen claimed this task.
AWesterinen added a comment.


  That explanation is reasonable. I missed the documentation that said that the 
service falls back to Q-id in case of no label.

TASK DETAIL
  https://phabricator.wikimedia.org/T311171

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: Lucas_Werkmeister_WMDE, AWesterinen, Aklapper, Astuthiodit_1, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T311171: Query using wikibase:label returns the item id

2022-06-22 Thread AWesterinen
AWesterinen created this task.
AWesterinen added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Execute the query found at 
https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries#Query_to_find_latitudes_and_longitudes_for_places_in_Paris,
 and add ORDER BY ?aLabel to better see the results.
  
  Initial results will appear as "item IRI, item label, lat, long".
  For example,  "wd:Q100587045, Q100587045, 48.894902217468, 2.3648490384221"
  
  To show the correct output, execute:
  SELECT ?a ?aLabel ?lat ?long WHERE {
  
?a wdt:P131+ wd:Q90 .  # administrative territorial entity = Paris
?a p:P625 ?statement . # coordinate-location statement
?statement psv:P625 ?coordinate_node .
?coordinate_node wikibase:geoLatitude ?lat .
?coordinate_node wikibase:geoLongitude ?long .
?a rdfs:label ?aLabel .
FILTER (lang(?aLabel) = "en") 
  
  } ORDER BY ?aLabel
  
  You will see fewer results and they seem to have legitimate labels.
  
  Executed using the WDQS front-end on Firefox.

TASK DETAIL
  https://phabricator.wikimedia.org/T311171

WORKBOARD
  https://phabricator.wikimedia.org/project/board/891/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: AWesterinen, Aklapper, MPhamWMF, CBogen, Namenlos314, Gq86, 
Lucas_Werkmeister_WMDE, EBjune, merbst, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T311146: Review, correct and update the Wikidata query examples

2022-06-22 Thread AWesterinen
AWesterinen added a comment.


  Examples could also be included as boilerplate in T165727 
<https://phabricator.wikimedia.org/T165727>.

TASK DETAIL
  https://phabricator.wikimedia.org/T311146

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: Aklapper, AWesterinen, MPhamWMF, CBogen, Namenlos314, Gq86, 
Lucas_Werkmeister_WMDE, EBjune, merbst, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T311146: Review, correct and update the Wikidata query examples

2022-06-22 Thread AWesterinen
AWesterinen created this task.
AWesterinen added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Several (many?) of the examples (especially on the "advanced" page, 
https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/advanced)
 have errors, do not actually return results consistent with their descriptions 
or time out.
  
  These should be reviewed and corrected, as well as explaining the changes.
  
  This would help people to better understand how to use WDQS.

TASK DETAIL
  https://phabricator.wikimedia.org/T311146

WORKBOARD
  https://phabricator.wikimedia.org/project/board/891/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: Aklapper, AWesterinen, MPhamWMF, CBogen, Namenlos314, Gq86, 
Lucas_Werkmeister_WMDE, EBjune, merbst, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T225205: Support for named graphs in SPARQL query federation

2022-06-13 Thread AWesterinen
AWesterinen added a comment.


  This will be addressed with the move to an alternative backend 
(https://phabricator.wikimedia.org/T206560). A test case for this particular 
problem will be added to the WDQS Testing 
(https://wikitech.wikimedia.org/wiki/User:AndreaWest/WDQS_Testing).

TASK DETAIL
  https://phabricator.wikimedia.org/T225205

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: AWesterinen, DD063520, Smalyshev, Igorkim78, Aklapper, jindrichmynarz, 
Astuthiodit_1, karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306728: Define the data we wish to test on

2022-06-13 Thread AWesterinen
AWesterinen claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T306728

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: Bugreporter, AWesterinen, So9q, Aklapper, MPhamWMF, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306727: Split the test strategy into sub-components (scale, functional...)

2022-05-11 Thread AWesterinen
AWesterinen moved this task from In Progress to Needs Reporting on the 
Discovery-Search (Current work) board.
AWesterinen added a comment.


  The test strategy and its coverage is described on the page, 
https://wikitech.wikimedia.org/wiki/User:AndreaWest/WDQS_Testing.
  
  Query and update loading/stress testing is also described on that page, as 
well as the dashboard data that will be used to generate the load 
characteristics.

TASK DETAIL
  https://phabricator.wikimedia.org/T306727

WORKBOARD
  https://phabricator.wikimedia.org/project/board/1227/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: Aklapper, MPhamWMF, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot, 
maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T305858: When replacing Blazegraph, need to understand how the proprietary GAS Service is used, in order to replace it

2022-05-11 Thread AWesterinen
AWesterinen moved this task from In Progress to Needs Reporting on the 
Discovery-Search (Current work) board.
AWesterinen added a comment.


  Details on the use of the GAS SERVICE are documented at 
https://wikitech.wikimedia.org/wiki/User:AndreaWest/Blazegraph_Features_and_Capabilities#More_Detail_on_the_Use_of_the_GAS_SERVICE.

TASK DETAIL
  https://phabricator.wikimedia.org/T305858

WORKBOARD
  https://phabricator.wikimedia.org/project/board/1227/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: Lydia_Pintscher, Jheald, Mahir256, Lucas_Werkmeister_WMDE, Aklapper, 
MPhamWMF, AWesterinen, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
CBogen, ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T305858: When replacing Blazegraph, need to understand how the proprietary GAS Service is used, in order to replace it

2022-04-11 Thread AWesterinen
AWesterinen added a comment.


  @Mahir256 Could you please provide the query details?

TASK DETAIL
  https://phabricator.wikimedia.org/T305858

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: Lydia_Pintscher, Jheald, Mahir256, Lucas_Werkmeister_WMDE, Aklapper, 
MPhamWMF, AWesterinen, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
CBogen, ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T305858: When replacing Blazegraph, need to understand how the proprietary GAS Service is used, in order to replace it

2022-04-11 Thread AWesterinen
AWesterinen created this task.
AWesterinen added projects: Wikidata, Wikidata-Query-Service.

TASK DESCRIPTION
  Need to determine how the GAS SERVICE is used, and what could replace it with 
minimal impact.
  
  There are examples of BFS (breadth first search) usage at 
https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization#GAS_Service.
 And, a single example of SSSP (shortest path) usage at 
https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples.
  
  Much more information from the community is needed.

TASK DETAIL
  https://phabricator.wikimedia.org/T305858

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: Aklapper, MPhamWMF, AWesterinen, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T303263: Stable snapshot and test queries to ensure the correctness of query results

2022-04-01 Thread AWesterinen
AWesterinen claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T303263

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: Aklapper, Bugreporter, Astuthiodit_1, karapayneWMDE, Invadibot, MPhamWMF, 
maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T275398: Create an updated survey of graph backends for WDQS

2022-04-01 Thread AWesterinen
AWesterinen closed this task as "Resolved".
AWesterinen added a comment.


  The analysis of alternative backends is in the paper, WDQS Backend 
Alternatives, published at 
https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/WDQS_backend_alternatives.

TASK DETAIL
  https://phabricator.wikimedia.org/T275398

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: Justin0x2004, Lucas_Werkmeister_WMDE, MPhamWMF, Aklapper, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T206560: [Epic] Evaluate alternatives to Blazegraph

2022-04-01 Thread AWesterinen
AWesterinen closed subtask T275398: Create an updated survey of graph backends 
for WDQS as Resolved.

TASK DETAIL
  https://phabricator.wikimedia.org/T206560

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: CtrlZvi, Bugreporter, SirkoS, Eposthumus, Lectrician1, driib, Bovlb, 
Dr.uesenfieber, JohannesKalmbach, accounting_data_logger, Fnielsen, nguyenm9, 
AndySeaborne, BenAtOlive, YULdigitalpreservation, Iamamz3, namedgraph, 
Versant.2612, AndreasKuczera, DD063520, Michael, toan, Kjauslin, Hannah_Bast, 
RShigapov, Izno, KingsleyIdehen, Daniel_Mietchen, karapayneWMDE, MarioGom, 
Mohammed_Sadat_WMDE, Hjfocs, danshick-wmde, Thadguidry, Tpt, TallTed, Sj, 
Afandian, Justin0x2004, Jerven, TheKtk, Ivanhercaz, Jneubert, DanBri, 
Lydia_Pintscher, Tagishsimon, Samantha_Alipio_WMDE, Ostrzyciel, GreenReaper, 
WMDE-leszek, Salgo60, So9q, Krabina, Jecummings4, TomT0m, Akuckartz, 
Susannaanas, Addshore, Andrawaag, Gehel, Lucas_Werkmeister_WMDE, Aklapper, 
Smalyshev, Astuthiodit_1, BeautifulBold, Suran38, Invadibot, MPhamWMF, Jtm-lis, 
maantietaja, Peteosx1x, NavinRizwi, CBogen, ItamarWMDE, Isaacandy, Demian, 
Olson.jared.m, Nandana, Namenlos314, Lahi, Gq86, Bryandamon, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, Steko, Samwilson, PhotographerTom, suriyaa, Psychoslave, tosfos, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Darenwelsh, Dinoguy1000, 
Manybubbles, brion, Mbch331, MarkAHershberger
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T291207: Create list of criteria for graph backend candidates for WDQS

2022-04-01 Thread AWesterinen
AWesterinen closed this task as "Resolved".
AWesterinen added a comment.


  Criteria are defined in the paper, WDQS Backend Alternatives, published on 
the page, 
https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/WDQS_backend_alternatives.

TASK DETAIL
  https://phabricator.wikimedia.org/T291207

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: Jneubert, Daniel_Mietchen, nguyenm9, AndySeaborne, YULdigitalpreservation, 
Iamamz3, Versant.2612, Fnielsen, Aklapper, Lucas_Werkmeister_WMDE, 
Justin0x2004, MPhamWMF, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
CBogen, ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T275398: Create an updated survey of graph backends for WDQS

2022-04-01 Thread AWesterinen
AWesterinen closed subtask T291207: Create list of criteria for graph backend 
candidates for WDQS as Resolved.

TASK DETAIL
  https://phabricator.wikimedia.org/T275398

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: Justin0x2004, Lucas_Werkmeister_WMDE, MPhamWMF, Aklapper, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299460: Evaluate the Apache Jena Framework

2022-02-08 Thread AWesterinen
AWesterinen added a comment.


  There are multiple aspects to a solution including making better use of 
federation. So, I would not rule out a single server but indeed, it is not 
feasible without making additional changes.  Please see Blazegraph Candidate 
Alternatives 
<https://wikitech.wikimedia.org/wiki/User:AndreaWest/WDQS_Blazegraph_Analysis#Candidate_Alternatives>
 for some (work-in-progress) thoughts.

TASK DETAIL
  https://phabricator.wikimedia.org/T299460

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: EgonWillighagen, AWesterinen, Osmasuominen, dcausse, Smalyshev, Aklapper, 
Lucas_Werkmeister_WMDE, Gehel, Andrawaag, Addshore, Susannaanas, Akuckartz, 
TomT0m, Jecummings4, Krabina, So9q, Salgo60, WMDE-leszek, GreenReaper, 
Ostrzyciel, Samantha_Alipio_WMDE, Tagishsimon, Lydia_Pintscher, DanBri, 
Jneubert, Ivanhercaz, TheKtk, Jerven, Justin0x2004, Afandian, Sj, TallTed, Tpt, 
Thadguidry, danshick-wmde, Hjfocs, Mohammed_Sadat_WMDE, MarioGom, 
karapayneWMDE, Daniel_Mietchen, KingsleyIdehen, Izno, RShigapov, Hannah_Bast, 
Kjauslin, toan, Michael, DD063520, AndreasKuczera, Versant.2612, namedgraph, 
Iamamz3, YULdigitalpreservation, BenAtOlive, nguyenm9, Fnielsen, 
accounting_data_logger, JohannesKalmbach, Dr.uesenfieber, Bovlb, AndySeaborne, 
BeautifulBold, Suran38, Invadibot, MPhamWMF, Jtm-lis, maantietaja, Peteosx1x, 
NavinRizwi, CBogen, Isaacandy, Demian, Olson.jared.m, Nandana, Namenlos314, 
Lahi, Gq86, Bryandamon, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, Steko, Samwilson, 
PhotographerTom, suriyaa, Psychoslave, tosfos, jkroll, Wikidata-bugs, Jdouglas, 
aude, Tobias1984, Darenwelsh, Dinoguy1000, Manybubbles, brion, Mbch331, 
MarkAHershberger
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T290240: Evaluate whether RDF Delta is a good idea to have in the backend

2022-02-08 Thread AWesterinen
AWesterinen added a comment.


  Since updates are not part of the WDQS feature set (no SPARQL INSERT/DELETE), 
the issues are whether 1) RDF-Delta has value for users with local installs 
and/or 2) improves the new stream updater.

TASK DETAIL
  https://phabricator.wikimedia.org/T290240

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: AWesterinen, nguyenm9, AndySeaborne, Justin0x2004, Lydia_Pintscher, 
MPhamWMF, So9q, Aklapper, Invadibot, maantietaja, CBogen, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299460: Evaluate Apache Jena

2022-02-07 Thread AWesterinen
AWesterinen added a comment.


  @AndySeaborne  Agree. I was erring on the side of explaining where the SPARQL 
endpoint came from (not Jena TDB).

TASK DETAIL
  https://phabricator.wikimedia.org/T299460

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: AWesterinen, Osmasuominen, dcausse, Smalyshev, Aklapper, 
Lucas_Werkmeister_WMDE, Gehel, Andrawaag, Addshore, Susannaanas, Akuckartz, 
TomT0m, Jecummings4, Krabina, So9q, Salgo60, WMDE-leszek, GreenReaper, 
Ostrzyciel, Samantha_Alipio_WMDE, Tagishsimon, Lydia_Pintscher, DanBri, 
Jneubert, Ivanhercaz, TheKtk, Jerven, Justin0x2004, Afandian, Sj, TallTed, Tpt, 
Thadguidry, danshick-wmde, Hjfocs, Mohammed_Sadat_WMDE, MarioGom, 
karapayneWMDE, Daniel_Mietchen, KingsleyIdehen, Izno, RShigapov, Hannah_Bast, 
Kjauslin, toan, Michael, DD063520, AndreasKuczera, Versant.2612, namedgraph, 
Iamamz3, YULdigitalpreservation, BenAtOlive, nguyenm9, Fnielsen, 
accounting_data_logger, JohannesKalmbach, Dr.uesenfieber, Bovlb, AndySeaborne, 
BeautifulBold, Suran38, Invadibot, MPhamWMF, Jtm-lis, maantietaja, Peteosx1x, 
NavinRizwi, CBogen, Isaacandy, Demian, Olson.jared.m, Nandana, Namenlos314, 
Lahi, Gq86, Bryandamon, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, Steko, Samwilson, 
PhotographerTom, suriyaa, Psychoslave, tosfos, jkroll, Wikidata-bugs, Jdouglas, 
aude, Tobias1984, Darenwelsh, Dinoguy1000, Manybubbles, brion, Mbch331, 
MarkAHershberger
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T290240: Evaluate whether RDF Delta is a good idea to have in the backend

2022-02-07 Thread AWesterinen
AWesterinen added a comment.


  I do not believe so, but will investigate it further. You CAN use Zookeeper 
to also create a high availability RDF-Delta service.

TASK DETAIL
  https://phabricator.wikimedia.org/T290240

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: AWesterinen, nguyenm9, AndySeaborne, Justin0x2004, Lydia_Pintscher, 
MPhamWMF, So9q, Aklapper, Invadibot, maantietaja, CBogen, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299460: Evaluate Apache Jena

2022-02-06 Thread AWesterinen
AWesterinen added a comment.


  You add Fuseki to Jena to get a SPARQL endpoint.  Jena + Fuseki is reasonable 
to investigate as a Blazegraph Alternative.

TASK DETAIL
  https://phabricator.wikimedia.org/T299460

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: AWesterinen, Osmasuominen, dcausse, Smalyshev, Aklapper, 
Lucas_Werkmeister_WMDE, Gehel, Andrawaag, Addshore, Susannaanas, Akuckartz, 
TomT0m, Jecummings4, Krabina, So9q, Salgo60, WMDE-leszek, GreenReaper, 
Ostrzyciel, Samantha_Alipio_WMDE, Tagishsimon, Lydia_Pintscher, DanBri, 
Jneubert, Ivanhercaz, TheKtk, Jerven, Justin0x2004, Afandian, Sj, TallTed, Tpt, 
Thadguidry, danshick-wmde, Hjfocs, Mohammed_Sadat_WMDE, MarioGom, 
karapayneWMDE, Daniel_Mietchen, KingsleyIdehen, Izno, RShigapov, Hannah_Bast, 
Kjauslin, toan, Michael, DD063520, AndreasKuczera, Versant.2612, namedgraph, 
Iamamz3, YULdigitalpreservation, BenAtOlive, nguyenm9, Fnielsen, 
accounting_data_logger, JohannesKalmbach, Dr.uesenfieber, Bovlb, AndySeaborne, 
BeautifulBold, Suran38, Invadibot, MPhamWMF, Jtm-lis, maantietaja, Peteosx1x, 
NavinRizwi, CBogen, Isaacandy, Demian, Olson.jared.m, Nandana, Namenlos314, 
Lahi, Gq86, Bryandamon, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, Steko, Samwilson, 
PhotographerTom, suriyaa, Psychoslave, tosfos, jkroll, Wikidata-bugs, Jdouglas, 
aude, Tobias1984, Darenwelsh, Dinoguy1000, Manybubbles, brion, Mbch331, 
MarkAHershberger
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T290240: Evaluate whether RDF Delta is a good idea to have in the backend

2022-02-06 Thread AWesterinen
AWesterinen added a comment.


  RDF-Delta can be used with Jena-Fuseki to replicate Jena DBs across servers 
for HA.

TASK DETAIL
  https://phabricator.wikimedia.org/T290240

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: AWesterinen
Cc: AWesterinen, nguyenm9, AndySeaborne, Justin0x2004, Lydia_Pintscher, 
MPhamWMF, So9q, Aklapper, Invadibot, maantietaja, CBogen, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org