Access for spring-boot-data-aerospike #534
Replies: 9 comments
-
Done. Is this going to be the Spring Boot Starter for using Aerospike with Spring Data? |
Beta Was this translation helpful? Give feedback.
-
yes, kind of, so user don't need to create aerospike client manually, but spring autoconfiguration will do |
Beta Was this translation helpful? Give feedback.
-
Got it. Did you consider working on an actual Spring Boot Starter? We've heard from a couple of people that it's an important missing piece for bootstrapping new projects. I was wondering what your thoughts were on the topic. |
Beta Was this translation helpful? Give feedback.
-
what do you mean under "Spring Boot Starter"? |
Beta Was this translation helpful? Give feedback.
-
We got feedback from a CTO of a large training company that you can get a Spring Boot application with a Mongo backend scaffolded in minutes, but that it doesn't work with Aerospike. He pointed out there is no Similarly, this thread on our discussion forum has been open for a while, but may be outdated: https://discuss.aerospike.com/t/how-to-use-aerospike-in-spring-framework-like-mongodb/2579 I'm not sure yet if the issue is missing components, lack of compatibility with newer versions of Spring Boot, or what. Any input from you is useful, but eventually I'll ask a developer here to look into it and assess it. Do you know what he was referring to? He claimed to have dug into it, read the blog posts on Medium, and still unable to roll out an application with an Aerospike backend as easily as with Mongo. |
Beta Was this translation helpful? Give feedback.
-
this module will take handle it aslike in Mongo (but it will require support, since some new parameters could be added to configure Aerospike client) |
Beta Was this translation helpful? Give feedback.
-
ideally you wont need to add anything related to aerospike to branch new project except
and configuration
then your application internally won't even notice it uses aerospike under the hood, meaning users could seamlessly switch apps from Mongo to Aerospike |
Beta Was this translation helpful? Give feedback.
-
Thanks, that helps. |
Beta Was this translation helpful? Give feedback.
-
@rbotzer This repo provides starter for Aerospike: https://github.com/aerospike-community/spring-boot-data-aerospike/tree/master/spring-boot-starter-data-aerospike |
Beta Was this translation helpful? Give feedback.
-
Please provide Admin access for Aloren user to repo: https://github.com/aerospike-community/spring-boot-data-aerospike as for spring-data-aerospike. This repo contains autoconfiguration module of spring-data-aerospike.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions