From 25df0f82f489074ed7882110aa31e3e0ce79e68c Mon Sep 17 00:00:00 2001 From: Fabian Keller Date: Mon, 13 Feb 2017 20:42:58 +0100 Subject: [PATCH 1/2] added nimdata --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" } ] From 044dc5e31f63594276acce2d0a4efc381a9d198d Mon Sep 17 00:00:00 2001 From: Fabian Keller Date: Mon, 13 Feb 2017 21:11:00 +0100 Subject: [PATCH 2/2] added library tag --- packages.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages.json b/packages.json index 28a882f..87bbb7d 100644 --- a/packages.json +++ b/packages.json @@ -5952,6 +5952,7 @@ "url": "https://github.com/bluenote10/NimData", "method": "git", "tags": [ + "library", "dataframe" ], "description": "DataFrame API enabling fast out-of-core data analytics",