Thanks a lot for the provided guidance. It helped me to familiarize with the project.
I have implemented an initial basic prototype for the project [1] and tested for its functionality with the log manager example's parsing functionality. The prototype has the ability to connect with the Aerospike server, execute the put method [2] and add records to the Aerospike database. The database names and table names are hard coded as per the moment as the support for the mapping file is not yet implemented. In addition I have drafted the initial project proposal in the following google doc [3] as I was unable to edit the provided wiki page. I am grateful, if you can provide me with feedback on the proposal and the prototype. Thank you are regards Nishadi [1]. https://github.com/nishadi/gora/blob/gora-aerospike/gora-aerospike/src/main/java/org/apache/gora/aerospike/store/AerospikeStore.java [2]. https://github.com/nishadi/gora/blob/gora-aerospike/gora-aerospike/src/main/java/org/apache/gora/aerospike/store/AerospikeStore.java#L94 [3]. https://docs.google.com/document/d/1FLRlG8h5M3GA4Wn1tsbWXkYSE0navl_WEmp-KDEKtfU/edit?usp=sharing On 5 March 2017 at 00:25, Kevin Ratnasekera <[email protected]> wrote: > Hi Nishadi, > > Thanks for reaching Gora mailing list. This project also involves expand > datastore support Gora as the previous year two projects. What I can > suggest you is, clone the source from [1] build the source and start using > the software. There is a tutorial written [2] which will give you good idea > on what Gora does. Then you need to come up with a proposal describing what > has to be done, basic design, goals and possible approaches. > Once you are done with the proposal, create a subpage using the previous > years templates in the wiki. [3] If you come with any issue/question, > please always write to the dev mailing list, we as Gora community can > always help you out with that. > > [1] https://github.com/apache/gora > [2] http://gora.apache.org/current/tutorial.html > [3] https://cwiki.apache.org/confluence/display/GORA/Google+Summer+of+Code > > Regards > Kevin > > On Sat, Mar 4, 2017 at 3:39 PM, Cihad Guzel <[email protected]> wrote: > > > Hi Nishadi, > > > > You can follow the previous works here[1]. This will guide you. > > > > [1] https://cwiki.apache.org/confluence/display/GORA/ > Google+Summer+of+Code > > > > -- > > Regards > > Cihad Guzel > > > > 2017-03-04 12:56 GMT+03:00 Nishadi Kirielle <[email protected]>: > > > > > Hi all, > > > > > > I am Nishadi Kirielle,a final year undergraduate of Computer Science > and > > > Engineering department from University of Moratuwa. > > > I am interested in contributing to the project idea 'Implement > Aerospike > > > Datastore' as I am familiar with working with in-memory databases. As > > part > > > of my final year project, I have created an extension to Apache spark > SQL > > > to incorporate bitmap compression for data manipulations. > > > As per my understanding the requirement is to develop a new datastore > > > adapter implementation of Aerospike which can be used if required by > > > changing the configuration of Gora via gora.datastore.default property > > [1] > > > It would be great if you can guide me with the required references and > > > guide lines. > > > > > > [1]. http://gora.apache.org/current/gora-conf.html > > > > > > Thank you and regards > > > Nishadi > > > > > > > > > -- > > > Nishadi Kirielle > > > > > > Undergraduate > > > University of Moratuwa - Sri Lanka > > > > > > Mobile : +94 70 204 5934 > > > Blog : nishadikirielle.wordpress.com > > > > > > > > > > > -- > > Teşekkürler > > Cihad Güzel > > > -- Nishadi Kirielle Undergraduate University of Moratuwa - Sri Lanka Mobile : +94 70 204 5934 Blog : nishadikirielle.wordpress.com

