Open mattapperson opened 9 years ago
I put this up as a future todo, when I could find the time to develop it. I should have some time at the beginning of this weekend to sit down and put up most of the structure. Once that's down, i'd be glad to have some help developing/testing the connector.
Sounds good, just let me know when your ready :)
Also, I tried shooting you an email via your website to see if you were still freelancing FT, and your contact form returns a 403 error :)
Ah thanks. I actually got the email, and sent a reply. Things have been a bit weird since i've added the google pagespeed module for apache, thanks for reporting the issue.
Great work so far! :)
Thanks, but I was hoping to have more done so far. Trying to wrap my head around the way aerospike retrieves records to write some tests before writing methods atm.
So far I am making some OK progress... but it seems clear to me that we will need to inject some UDFs to get full usability. Is this something you are OK with?
Could you give an example of an instance where a UDF is needed? Are you finding you will need them when it comes to applying filters? If I remember correctly, the couchbase connector had a few that dealt with its queries.
In particular things like delete all and queries that can do more then value equals or between
I'm ok with it
I might recommend using bithound.io for code quality checks
With my latest PR we now have 50 tests passing and 49 tests failing... but at least we are over the hump!
Ah, ok. Never used bithound, thanks. Added that. I usually use code climate because they also do test coverage, which i'd like to add at some point.
Sounds good! thanks for the great work.
I would be happy to help!