aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Keller <github.100.fkeller@spamgourmet.com>2017-02-13 20:42:58 +0100
committerFabian Keller <github.100.fkeller@spamgourmet.com>2017-02-13 20:42:58 +0100
commit25df0f82f489074ed7882110aa31e3e0ce79e68c (patch)
treeab24ec41ee88e600ceb5edbe6a585ba0b46e36c1
parentcebc3d0eda05b12321f02d3fafa2d105b807ef8c (diff)
downloadpackages-25df0f82f489074ed7882110aa31e3e0ce79e68c.tar.gz
packages-25df0f82f489074ed7882110aa31e3e0ce79e68c.zip
added nimdata
-rw-r--r--packages.json11
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"
}
]