We want to use basic 3 node riak cluster on amazon ec2 with a leveldb
backend. The 3 nodes will be sitting under a load balancer.
When doing a backup ...
1. Do i need to remove the node from the load balancer?
2. How do i backup riak using nodejs? Can i run a cron or do i have to do
this manua
Hello Hector,
Thanks for reply. We are planing to launch 3 physical machines
each has 2 riak nodes(6 riak nodes). Is it enough for production
environment. Is there any problems using structure like this in clustering
or data backups ?
--
View this message in context:
http://riak-
What are the best practices for securing my riak cluster on AWS? The cluster
will be sitting under a load balancer (ELB). Basically how do i prevent
others from accessing my riak cluster if they happen to know my ip
address/ports.
(Using Nginx as reverse proxy is not an option for us.)
--
View
Hello Ian
If we are operating outside a VPC, can we just instruct our Riak cluster
(which sits under an ELB) to accept traffic only from our app server IP?
Could you elaborate more on how you handled your security?
Thank you,
--
View this message in context:
http://riak-users.197444.n
Link walking with Riak-js (http://riakjs.com) returns unexpected results.
For a given tag name it returns all the linked keys instead of returning
only keys that have been tagged.
Example:
db.save('airlines', 'KLM', {fleet: 111, country: 'NL'}, { links:
[{ bucket: 'flights', key: 'KLM-8098', t
Is there anyway to set the default search schema analyzer_factory to
'standard_analyzer_factory' for all future buckets (i.e. without having to
manually set schema each time a new bucket is created) ?
Thank you,
--
View this message in context:
http://riak-users.197444.n3.nabble.com/Set-the-