Hi,
I am working on a POC to preload the data into database with
IgniteDataStreamer using client node
and do rest of the functionalities using server node.
Is there any sample code for reference?
I am using spring boot, extending IgniteRepository for repository layer
Instead of using config.xml, can I configure the required details in a
configuration class like below
@Configuration
public class IgniteConfiguration
{
public Ignite igniteInstance()
{
IgniteConfiguration and CacheConfiguration details goes here
return Ignition.getOrStart(igniteConfiguration)
}
}
I am trying to understand the best way is to configure xml or with out xml.
Any sample code would really help me in proceeding further.
Appreciate for the help
Thanks,
Ravichandra
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/