Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 11, 2024
1 parent 8be94f7 commit 0c0e032
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 2 deletions.
42 changes: 42 additions & 0 deletions database/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -40162,5 +40162,47 @@
"pdf to markdown",
"qwen"
]
},
"https://github.com/ironcalc/IronCalc": {
"extra-tags": [
"engine",
"system",
"engineer"
],
"date": "2023-11-20",
"title": "IronCalc",
"summary": "Main engine of the IronCalc ecosystem",
"tags": [
"rust"
]
},
"https://github.com/Photoroom/datago": {
"extra-tags": [
"data",
"golang",
"python",
"processing"
],
"date": "2024-09-16",
"title": "datago",
"summary": "A golang-based data loader which can be used from Python. Processing data per sample at GB/s speeds, covering various use cases eventually.",
"tags": [
"dataloader",
"storage",
"go"
]
},
"https://www.ironcalc.com/": {
"extra-tags": [
"open-source",
"spreadsheet",
"engine"
],
"title": "Hackernews IronCalc \u2013 Open-Source Spreadsheet Engine (ironcalc.com)",
"tags": [
"hackernews"
],
"summary": "",
"date": "2024-11-11"
}
}
4 changes: 2 additions & 2 deletions database/pipeline.pkl
Git LFS file not shown
60 changes: 60 additions & 0 deletions database/triples.json
Original file line number Diff line number Diff line change
Expand Up @@ -184838,5 +184838,65 @@
{
"head": "academic",
"tail": "knowledge"
},
{
"head": "rust",
"tail": "engineer"
},
{
"head": "engine",
"tail": "system"
},
{
"head": "engine",
"tail": "engineer"
},
{
"head": "system",
"tail": "engineer"
},
{
"head": "dataloader",
"tail": "storage"
},
{
"head": "dataloader",
"tail": "go"
},
{
"head": "dataloader",
"tail": "data"
},
{
"head": "dataloader",
"tail": "golang"
},
{
"head": "dataloader",
"tail": "processing"
},
{
"head": "storage",
"tail": "golang"
},
{
"head": "storage",
"tail": "python"
},
{
"head": "storage",
"tail": "processing"
},
{
"head": "open-source",
"tail": "spreadsheet"
},
{
"head": "open-source",
"tail": "engine"
},
{
"head": "spreadsheet",
"tail": "engine"
}
]

0 comments on commit 0c0e032

Please sign in to comment.