cgivre opened a new pull request #1960: DRILL-7550: Add Storage Plugin for 
Cassandra
URL: https://github.com/apache/drill/pull/1960
 
 
   # [DRILL-7550](https://issues.apache.org/jira/browse/DRILL-7550): Add 
Storage Plugin for Cassandra
   
   ## Description
   
   This storage plugin enables Drill to query Apache Cassandra. 
   
   ## Documentation
   More documentation coming. 
   
   Config:
   
   ```json
    "cassandra": {
         "type": "cassandra",
         "hosts": [
           "127.0.0.1"
         ],
         "port": 9042,
         "enabled": false
       }
   ```
   
   ## Testing
   This PR has a number of unit tests provided, however requires a functional 
Cassandra instance operating on `127.0.0.1:9042`. Tested with the latest 
version of Cassandra.
   
   ## Current Status:
   Currently the plugin can successfully query Cassandra and get back the 
correct data.  However, the list below represents what I would consider 
necessary for this to be a proper MVP.  
Feedback/suggestions/comments/contributions are welcome.
   
   What remains to be completed:
   - [ ] Filter Pushdown
   - [ ] Convert reader to EVF
   - [ ] Limit Pushdown
   - [ ] Aggregate Pushdown
   - [ ] Complete Documentation
   - [ ] Pass down additional configuration options
   - [ ] Pass username/password via configuration
   - [ ] Code cleanup
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to