Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/druid-io/RDruid
Druid connector for R
https://github.com/druid-io/RDruid
Last synced: 3 months ago
JSON representation
Druid connector for R
- Host: GitHub
- URL: https://github.com/druid-io/RDruid
- Owner: druid-io
- License: other
- Created: 2013-02-15T22:57:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T23:48:52.000Z (over 8 years ago)
- Last Synced: 2024-04-14T23:59:06.401Z (7 months ago)
- Language: R
- Homepage: http://druid-io.github.io/RDruid/
- Size: 235 KB
- Stars: 50
- Watchers: 43
- Forks: 24
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RDruid
======[Druid](https://druid.io/) connector for R
## Quick Start
To install the latest version of RDruid, it's easiest to use the `devtools` package:
```r
if (!require("devtools")) install.packages("devtools")
devtools::install_github("druid-io/RDruid")
```## Documentation
* [Package documentation](http://druid-io.github.io/RDruid)
* See our [wiki](https://github.com/druid-io/RDruid/wiki) for more documentation and [examples](https://github.com/druid-io/RDruid/wiki/Examples).