Package: nodbi
Title: 'NoSQL' Database Connector
Description: Simplified document database manipulation and analysis,
    including support for many 'NoSQL' databases, including document 
    databases ('Elasticsearch', 'CouchDB', 'MongoDB'), 
    'key-value' databases ('Redis'), and (with limitations)
    SQLite/json1.
Version: 0.4.3
Authors@R: c(
    person(given = "Ralf",
           family = "Herold",
           role = c("aut", "cre"),
           email = "ralf.herold@mailbox.org",
           comment = c(ORCID = "0000-0002-8148-6748")),
    person(given = "Scott", 
           family = "Chamberlain", 
           role = "aut",
           comment = c(ORCID = "0000-0003-1444-9135")),
    person("Rich", "FitzJohn", role = "aut"),
    person("Jeroen", "Ooms", role = "aut")
  )
License: MIT + file LICENSE
LazyData: true
URL: https://docs.ropensci.org/nodbi/,
        https://github.com/ropensci/nodbi
BugReports: https://github.com/ropensci/nodbi/issues
Depends: R (>= 2.10)
Encoding: UTF-8
Language: en-US
Imports: data.table, jsonlite
Suggests: sofa (>= 0.3.0), elastic (>= 1.0.0), mongolite (>= 1.6),
        redux, RSQLite (>= 2.2.4), DBI, testthat
RoxygenNote: 7.1.1
X-schema.org-applicationCategory: Databases
X-schema.org-keywords: database, MongoDB, Redis, Elasticsearch,
        CouchDB, SQLite, NoSQL, JSON, documents
X-schema.org-isPartOf: https://ropensci.org
NeedsCompilation: no
Packaged: 2021-07-23 08:50:26 UTC; ralfherold
Author: Ralf Herold [aut, cre] (<https://orcid.org/0000-0002-8148-6748>),
  Scott Chamberlain [aut] (<https://orcid.org/0000-0003-1444-9135>),
  Rich FitzJohn [aut],
  Jeroen Ooms [aut]
Maintainer: Ralf Herold <ralf.herold@mailbox.org>
Repository: CRAN
Date/Publication: 2021-07-23 10:20:06 UTC
