forked from ropensci/elastic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: elastic
Title: General Purpose Interface to 'Elasticsearch'
Description: Connect to 'Elasticsearch', a 'NoSQL' database built on the 'Java'
Virtual Machine. Interacts with the 'Elasticsearch' 'HTTP' API
(<https://www.elastic.co/products/elasticsearch>), including functions for
setting connection details to 'Elasticsearch' instances, loading bulk data,
searching for documents with both 'HTTP' query variables and 'JSON' based body
requests. In addition, 'elastic' provides functions for interacting with API's
for 'indices', documents, nodes, clusters, an interface to the cat API, and
more.
Version: 0.8.4.9410
License: MIT + file LICENSE
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "myrmecocystus@gmail.com")
URL: https://github.com/ropensci/elastic
BugReports: https://github.com/ropensci/elastic/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US
Imports:
utils,
methods,
httr (>= 1.2.1),
curl (>= 2.2),
jsonlite (>= 1.1)
Suggests:
roxygen2 (>= 6.1.0),
knitr,
testthat
RoxygenNote: 6.1.0
X-schema.org-applicationCategory: Databases
X-schema.org-keywords: database, Elasticsearch, HTTP, API, search, NoSQL, Java, JSON, documents
X-schema.org-isPartOf: https://ropensci.org