by meanstack | Feb 18, 2016 | Linux
Nginx is a widely used webserver, which ranks for better choice to serve static and dynamic web content faster. In present era, computing resources are shaped up in broader room. Optimization of service holds up as a priority to use these resources optimally. Nginx...
by meanstack | Feb 18, 2016 | Elastic Serach
PART1: Indexing Data Using Elastic Search API from various Sources(From CSV, XML, Database, flat files etc…) Here Coming to Elastic Search Perspective we have another way to index data from relational databases to elastic search. There are two methods in Elastic...
by meanstack | Feb 18, 2016 | Elastic Serach
Part 3: Tested Environment: OS: Linux Redhat Feeder Version: 1.5.2 MySQL: 5.6 Feeder: The another way of indexing data to elasticsearch is using Feeder which is introduced by elasticsearch from version 1.5.x. Advantages of Feeder: No need to install on every node in a...
by meanstack | Feb 18, 2016 | Elastic Serach
PART 2: Indexing data from River or Feeder. Indexing data From River: (Deprecated from ES 1.5.x) Indexing relation data using river is a good feature on elastic search which is showed a way to index relational data to elastic search, which is implemented by ShayBanon....
by meanstack | Feb 18, 2016 | Linux
Postfix is popular open source mail transfer agent which runs on most of Unix like OS. It comes with a lot no. of parameters, most of them carry default values. Small updations to these in considering with your environment specific will make your mail server up and...