[Groonga-commit] droonga/drnbench at 098ef18 [master] Remove needless examples

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 20 18:30:17 JST 2014


YUKI Hiroshi	2014-01-20 18:30:17 +0900 (Mon, 20 Jan 2014)

  New Revision: 098ef18083d0ce28e888dcae8069716377ca5e7e
  https://github.com/droonga/drnbench/commit/098ef18083d0ce28e888dcae8069716377ca5e7e

  Message:
    Remove needless examples

  Removed files:
    example/publish-subscribe/catalog.json
    example/publish-subscribe/fluentd.conf
    example/publish-subscribe/watch-feed.json
    example/publish-subscribe/watch-subscribe.json

  Deleted: example/publish-subscribe/catalog.json (+0 -32) 100644
===================================================================
--- example/publish-subscribe/catalog.json    2014-01-20 17:32:30 +0900 (693246b)
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-  "effective_date": "2013-09-01T00:00:00Z",
-  "zones": ["localhost:23003/droonga"],
-  "farms": {
-    "localhost:23003/droonga": {
-      "device": ".",
-      "capacity": 10
-    }
-  },
-  "datasets": {
-    "Watch": {
-      "workers": 2,
-      "plugins": ["search", "groonga", "add", "watch"],
-      "number_of_replicas": 1,
-      "number_of_partitions": 1,
-      "partition_key": "_key",
-      "date_range": "infinity",
-      "ring": {
-        "localhost:23041": {
-          "weight": 50,
-          "partitions": {
-            "2013-09-01": [
-              "localhost:23003/droonga.watch"
-            ]
-          }
-        }
-      }
-    }
-  },
-  "options": {
-  }
-}

  Deleted: example/publish-subscribe/fluentd.conf (+0 -11) 100644
===================================================================
--- example/publish-subscribe/fluentd.conf    2014-01-20 17:32:30 +0900 (1e26357)
+++ /dev/null
@@ -1,11 +0,0 @@
-<source>
-  type forward
-  port 23003
-</source>
-<match droonga.message>
-  name localhost:23003/droonga
-  type droonga
-</match>
-<match output.message>
-  type stdout
-</match>

  Deleted: example/publish-subscribe/watch-feed.json (+0 -9) 100644
===================================================================
--- example/publish-subscribe/watch-feed.json    2014-01-20 17:32:30 +0900 (0cfc81b)
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-  "type":    "watch.feed",
-  "dataset": "Watch",
-  "body":    {
-    "targets": {
-      "body": "a content including the keyword"
-    }
-  }
-}

  Deleted: example/publish-subscribe/watch-subscribe.json (+0 -3) 100644
===================================================================
--- example/publish-subscribe/watch-subscribe.json    2014-01-20 17:32:30 +0900 (3108749)
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-  "path": "/droonga-streaming/watch?condition=keyword"
-}
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index