<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RethinkDB Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/rethinkdb/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 23 Apr 2019 21:28:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to install RethinkDB on CentOS 7?</title>
		<link>https://www.osradar.com/how-to-install-rethinkdb-on-centos-7/</link>
					<comments>https://www.osradar.com/how-to-install-rethinkdb-on-centos-7/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 26 Apr 2019 05:03:13 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[RethinkDB]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11903</guid>

					<description><![CDATA[<p>Database managers are an essential part of an application. Almost all use a database. In transaction systems or desktop applications, it is common to see SQL database managers. However, in the field of mobile applications or some web applications, what is used are NoSQL type, database managers. So in this post, we&#8217;ll tell you about [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-rethinkdb-on-centos-7/">How to install RethinkDB on CentOS 7?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Database managers are an essential part of an application. Almost all use a database. In transaction systems or desktop applications, it is common to see SQL database managers. However, in the field of mobile applications or some web applications, what is used are NoSQL type, database managers. So in this post, we&#8217;ll tell you about other NoSQL database managers. But not only that, we will teach you how to install RethinkDB on CentOS 7.</p>
<p><a href="https://rethinkdb.com/">RethinkDB</a> is a NoSQL open source database manager. Its main feature is that it has very minimal response times and updates. That is to say, it is frequently used in applications that require continuous access to the data. Thus, RethinkDB considers itself the open-source database for the real-time web.</p>
<p>On the other hand, it has drivers for many of today&#8217;s most popular languages. For example, <a href="https://www.osradar.com/tag/php/" target="_blank" rel="noopener noreferrer">PHP</a>, <a href="https://www.osradar.com/tag/java/" target="_blank" rel="noopener noreferrer">Java</a>, <a href="https://www.osradar.com/tag/ruby/" target="_blank" rel="noopener noreferrer">Ruby</a>, <a href="https://www.osradar.com/tag/python/" target="_blank" rel="noopener noreferrer">Python</a>, and others. In this way, you will be able to create robust applications based on the integrity and availability of data in real time. All this because RethinkDB integrates the latest advances in database technology.</p>
<p>So, let us start.</p>
<h2>Install RethinkDB on CentOS 7</h2>
<p>Despite being a very robust database manager and highly qualified for many demanding applications, RethinkDB is not in the official CentOS 7 repositories. However, it has precompiled binaries that make installation quick and easy.</p>
<p>So the first thing we need to do is connect to our server. Or simply open a terminal.</p>
<p>Once we have done it, it is necessary to be the root user to continue the installation:</p>
<pre>:~$ su</pre>
<p>Then we added the RethinkDB repository. With this method, we will get updates from the same <a href="https://www.osradar.com/yum-the-centos-package-manager-a-little-guide-to-use-it/">package manager</a> making it easier to maintain. So we install first <code>wget</code>.</p>
<pre>:~# yum install wget</pre>
<figure id="attachment_11911" aria-describedby="caption-attachment-11911" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11911" src="https://www.osradar.com/wp-content/uploads/2019/04/1-13.png" alt="1.- Install wget" width="1365" height="560" srcset="https://www.osradar.com/wp-content/uploads/2019/04/1-13.png 1365w, https://www.osradar.com/wp-content/uploads/2019/04/1-13-300x123.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/1-13-768x315.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/1-13-1024x420.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/1-13-696x286.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/1-13-1068x438.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11911" class="wp-caption-text">1.- Install Wget</figcaption></figure>
<p>After that, add the repository:</p>
<pre>:~# wget http://download.rethinkdb.com/centos/7/x86_64/rethinkdb.repo -O /etc/yum.repos.d/rethinkdb.repo</pre>
<figure id="attachment_11912" aria-describedby="caption-attachment-11912" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11912" src="https://www.osradar.com/wp-content/uploads/2019/04/2-12.png" alt="2.- Adding the repository" width="1365" height="257" srcset="https://www.osradar.com/wp-content/uploads/2019/04/2-12.png 1365w, https://www.osradar.com/wp-content/uploads/2019/04/2-12-300x56.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/2-12-768x145.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/2-12-1024x193.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/2-12-696x131.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/2-12-1068x201.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11912" class="wp-caption-text">2.- Adding the repository</figcaption></figure>
<p>Then, install it.</p>
<pre>:~# yum install rethinkdb</pre>
<figure id="attachment_11913" aria-describedby="caption-attachment-11913" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11913" src="https://www.osradar.com/wp-content/uploads/2019/04/3-12.png" alt="3.- Install RethinkDB on CentOS 7" width="1365" height="491" srcset="https://www.osradar.com/wp-content/uploads/2019/04/3-12.png 1365w, https://www.osradar.com/wp-content/uploads/2019/04/3-12-300x108.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/3-12-768x276.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/3-12-1024x368.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/3-12-696x250.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/3-12-1068x384.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/3-12-1168x420.png 1168w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11913" class="wp-caption-text">3.- Install RethinkDB on CentOS 7</figcaption></figure>
<p>Then, copy the sample configuration file. Then you can edit it to your liking. However, in this case, we will only edit a few things.</p>
<pre>:~# cp /etc/rethinkdb/default.conf.sample /etc/rethinkdb/instances.d/instance1.conf</pre>
<p>Next, edit it. You can install nano for that.</p>
<pre>:~# yum install nano
:~# nano /etc/rethinkdb/instances.d/instance1.conf</pre>
<p>First, enable web access.</p>
<figure id="attachment_11914" aria-describedby="caption-attachment-11914" style="width: 335px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11914" src="https://www.osradar.com/wp-content/uploads/2019/04/4-9.png" alt="4.- Configuring RethinkDB" width="335" height="95" srcset="https://www.osradar.com/wp-content/uploads/2019/04/4-9.png 335w, https://www.osradar.com/wp-content/uploads/2019/04/4-9-300x85.png 300w" sizes="(max-width: 335px) 100vw, 335px" /><figcaption id="caption-attachment-11914" class="wp-caption-text">4.- Configuring RethinkDB</figcaption></figure>
<p>And the server name.</p>
<figure id="attachment_11915" aria-describedby="caption-attachment-11915" style="width: 610px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11915" src="https://www.osradar.com/wp-content/uploads/2019/04/5-6.png" alt="5.- Configuring RethinkDB" width="610" height="73" srcset="https://www.osradar.com/wp-content/uploads/2019/04/5-6.png 610w, https://www.osradar.com/wp-content/uploads/2019/04/5-6-300x36.png 300w" sizes="(max-width: 610px) 100vw, 610px" /><figcaption id="caption-attachment-11915" class="wp-caption-text">5.- Configuring RethinkDB</figcaption></figure>
<p>So, open the 8080 port.</p>
<pre>:~# firewall-cmd --add-port=8080/tcp --permanent
:~# firewall-cmd --reload</pre>
<p>Next, start the server:</p>
<pre>:~# rethinkdb</pre>
<figure id="attachment_11917" aria-describedby="caption-attachment-11917" style="width: 1027px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11917" src="https://www.osradar.com/wp-content/uploads/2019/04/6-6.png" alt="6.- Start the RethinkDB server" width="1027" height="342" srcset="https://www.osradar.com/wp-content/uploads/2019/04/6-6.png 1027w, https://www.osradar.com/wp-content/uploads/2019/04/6-6-300x100.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/6-6-768x256.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/6-6-1024x341.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/6-6-696x232.png 696w" sizes="(max-width: 1027px) 100vw, 1027px" /><figcaption id="caption-attachment-11917" class="wp-caption-text">6.- Start the RethinkDB server</figcaption></figure>
<p>To close it, press CTRL + C.</p>
<p>However, if the server is to be accessed from the entire network, in the configuration file you must include the option all on the network section.</p>
<p>And then, start the server, with the following command:</p>
<pre>:~# rethinkdb --bind all</pre>
<figure id="attachment_11918" aria-describedby="caption-attachment-11918" style="width: 1077px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11918" src="https://www.osradar.com/wp-content/uploads/2019/04/7-5.png" alt="7.- Start RethinkDB" width="1077" height="233" srcset="https://www.osradar.com/wp-content/uploads/2019/04/7-5.png 1077w, https://www.osradar.com/wp-content/uploads/2019/04/7-5-300x65.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/7-5-768x166.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/7-5-1024x222.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/7-5-696x151.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/7-5-1068x231.png 1068w" sizes="(max-width: 1077px) 100vw, 1077px" /><figcaption id="caption-attachment-11918" class="wp-caption-text">7.- Start RethinkDB</figcaption></figure>
<p>Finally, access using the web interface. Go to http://SERVER_IP:8080.</p>
<figure id="attachment_11919" aria-describedby="caption-attachment-11919" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11919" src="https://www.osradar.com/wp-content/uploads/2019/04/8-3.png" alt="8.- RethinkDB web interface" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2019/04/8-3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/04/8-3-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/04/8-3-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/04/8-3-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/04/8-3-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/04/8-3-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2019/04/8-3-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11919" class="wp-caption-text">8.- RethinkDB web interface</figcaption></figure>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>RethinkDB is a database manager with quite a distinguished performance. So many large companies rely on it for their large-scale applications. Installing it on CentOS 7 is not a problem, quite the opposite is simple.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-rethinkdb-on-centos-7/">How to install RethinkDB on CentOS 7?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-rethinkdb-on-centos-7/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
