Re: [AEROSPIKE] Mapping file design and initial implementation details

2017-06-26 Thread Furkan KAMACI
Hi Nishadi, Could you start a documentation which guides how to integrate Aerospike with Gora over an example. You can check my blog about Spark and Gora integration as a guide [1]: This can help your documentation and help your development process. [1]

Re: [AEROSPIKE] Mapping file design and initial implementation details

2017-06-20 Thread Nishadi Kirielle
Hi, Yes I have sent the PR Regards Nishadi On 20 June 2017 at 01:51, lewis john mcgibbney wrote: > Hi Nishadi, > Please can you submit a pull request with the issue number as the branch? > Thank you > Lewis > > On Mon, Jun 19, 2017 at 7:26 AM, Nishadi Kirielle < >

Re: [AEROSPIKE] Mapping file design and initial implementation details

2017-06-19 Thread lewis john mcgibbney
Hi Nishadi, Please can you submit a pull request with the issue number as the branch? Thank you Lewis On Mon, Jun 19, 2017 at 7:26 AM, Nishadi Kirielle wrote: > Hi All, > > My apologies about the last mail stating not to have field details in the > mapping file. As

Re: [AEROSPIKE] Mapping file design and initial implementation details

2017-06-19 Thread Nishadi Kirielle
Hi All, My apologies about the last mail stating not to have field details in the mapping file. As per the implementation details with regard to gora and the basic operations, IMO it would need to keep the field mapping details in the mapping file. So I have updated the mapping design as follows.

[AEROSPIKE] Mapping file design and initial implementation details

2017-06-18 Thread Nishadi Kirielle
Hi All, I am currently working on the project to implement gora-aerospike module to gora. In looking at the aerospike data model [1], I could see that it does not require the schema in order to proceed with. I have documented [2] the basic details regarding the data model and as per the