diff options
| author | Fabian Keller <github.100.fkeller@spamgourmet.com> | 2017-02-13 20:42:58 +0100 |
|---|---|---|
| committer | Fabian Keller <github.100.fkeller@spamgourmet.com> | 2017-02-13 20:42:58 +0100 |
| commit | 25df0f82f489074ed7882110aa31e3e0ce79e68c (patch) | |
| tree | ab24ec41ee88e600ceb5edbe6a585ba0b46e36c1 | |
| parent | cebc3d0eda05b12321f02d3fafa2d105b807ef8c (diff) | |
| download | packages-25df0f82f489074ed7882110aa31e3e0ce79e68c.tar.gz packages-25df0f82f489074ed7882110aa31e3e0ce79e68c.zip | |
added nimdata
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fdd508c..28a882f 100644 --- a/packages.json +++ b/packages.json @@ -5946,5 +5946,16 @@ "description": "The Storage Performance Development Kit(SPDK) provides a set of tools and libraries for writing high performance, scalable, user-mode storage applications.", "license": "MIT", "web": "https://github.com/nimscale/spdk.git" + }, + { + "name": "NimData", + "url": "https://github.com/bluenote10/NimData", + "method": "git", + "tags": [ + "dataframe" + ], + "description": "DataFrame API enabling fast out-of-core data analytics", + "license": "MIT", + "web": "https://github.com/bluenote10/NimData" } ] |
