Re: Redis datastore

2019-06-15 Thread Madhawa Kasun Gunasekara
Hi Xavier, You should consider other data types also, not only Hashes. [1] Sometimes users like to store data in String data type as well. Please check on that as well [1] https://redis.io/topics/data-types Thanks, Madhawa On Sat, Jun 15, 2019 at 8:20 PM FRANCISCO XAVIER SUMBA TORAL wrote:

Re: Redis datastore

2019-06-15 Thread FRANCISCO XAVIER SUMBA TORAL
Hello, My weekly report is updated on the wiki. Also, I moved all the code from master the branch GORA-527. And did the following tasks. Port to test containers (Docker redis) Add connections mode configuration (cluster, replicated, …) Implement put, exists, get, delete Fix Alfonso comments

Week 3 Report

2019-06-15 Thread Sheriffo Ceesay
All, My week three report is available at https://cwiki.apache.org/confluence/display/GORA/%5BGORA-532%5D+Apache+Gora+Benchmark+Module+Weekly+Report It also contains what I plan to work on next week. Please let me know if you have any questions or suggestions. Thank you. **Sheriffo Ceesay**

Re: Kudu datastore reports

2019-06-15 Thread John Mora
Hi all. I updated my report of this week on the Wiki[1]. I noticed that my code is lacking some javadoc documentation I think I will be working on that this week, also I would like to enable and check schema management tests (createSchema, existsSchema, etc.). [1]