aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-02-14 11:48:59 +0100
committerGitHub <noreply@github.com>2017-02-14 11:48:59 +0100
commitcd3d46cbd5c30c97458684a045db17670b01f08b (patch)
tree59f8f102c52f5b04bc55949b18810692cec977b4
parentcebc3d0eda05b12321f02d3fafa2d105b807ef8c (diff)
parent044dc5e31f63594276acce2d0a4efc381a9d198d (diff)
downloadpackages-cd3d46cbd5c30c97458684a045db17670b01f08b.tar.gz
packages-cd3d46cbd5c30c97458684a045db17670b01f08b.zip
Merge pull request #471 from bluenote10/nimdata
added nimdata
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index fdd508c..87bbb7d 100644
--- a/packages.json
+++ b/packages.json
@@ -5946,5 +5946,17 @@
"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": [
+ "library",
+ "dataframe"
+ ],
+ "description": "DataFrame API enabling fast out-of-core data analytics",
+ "license": "MIT",
+ "web": "https://github.com/bluenote10/NimData"
}
]