db-benchmarks / ui

https://db-benchmarks.com website
https://db-benchmarks.com
GNU Affero General Public License v3.0
2 stars 4 forks source link

visualize engine/dataset info #13

Closed sanikolaev closed 1 year ago

sanikolaev commented 2 years ago

Let's add:

image

and on click on the icon show a modal info which displays results.info from the db in tabs. The value in the db can be:

{
   "version":"1.15.2",
   "manticoreVersion":"1.15.2",
   "manticoreCommit":"b4cb_b0bc",
   "manticoreCommitTime":1652824800,
   "typeAppendum":"",
   "url":"https://manticoresearch.com/",
   "description":"Manticore Search is a multi-storage database designed specifically for search, including full-text search",
   "datasetCount":116543900,
   "datasetSampleDocument":{
      "author_comment_count":11,
      "comment_author":"Quizzy",
      "comment_id":3985756,
      "comment_ranking":10,
      "comment_text":"Makes sense for Verizon, and if they are being greedy, others will step in to fill the void.",
      "story_author":"joedev",
      "story_comment_count":13,
      "story_id":3985069,
      "story_text":""
   }
}

Some of the fields are stable:

Others don't need any visualization:

The others depend on an engine, e.g. for Manticore it can be:

   "version":"1.15.2",
   "manticoreVersion":"1.15.2",
   "manticoreCommit":"b4cb_b0bc",
   "manticoreCommitTime":1652824800,
db-benchmarks-team commented 1 year ago

➤ Klim Todrik commented:

https://manticoresearch.slack.com/archives/DARHC30BY/p1657119459220749

db-benchmarks-team commented 1 year ago

➤ Klim Todrik commented:

done