<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: appbase.io</title>
    <description>The latest articles on DEV Community by appbase.io (@appbaseio).</description>
    <link>https://dev.to/appbaseio</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F127837%2F08ba9f39-8189-4077-8e22-4225cb61926a.jpg</url>
      <title>DEV Community: appbase.io</title>
      <link>https://dev.to/appbaseio</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/appbaseio"/>
    <language>en</language>
    <item>
      <title>Learn React and Redux by building a real-world app</title>
      <dc:creator>appbase.io</dc:creator>
      <pubDate>Tue, 05 Feb 2019 00:10:54 +0000</pubDate>
      <link>https://dev.to/appbaseio/learn-react-and-redux-by-building-a-real-world-app-5ii</link>
      <guid>https://dev.to/appbaseio/learn-react-and-redux-by-building-a-real-world-app-5ii</guid>
      <description>&lt;p&gt;It's too long (and evolving) to paste the full markdown here, but here's the Medium link to it - &lt;a href="https://medium.appbase.io/build-an-end-to-end-movies-store-app-with-react-redux-appbase-a8622f7e0c7a"&gt;https://medium.appbase.io/build-an-end-to-end-movies-store-app-with-react-redux-appbase-a8622f7e0c7a&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This is a new form of content we're trying out and are really excited to see the initial reception. Out of 10 posts, we are putting out the first three today that teach React, Styled Components, and using them to create the landing page of the Movie Store app!&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>redux</category>
    </item>
    <item>
      <title>Dejavu 3.0: The missing Web UI for Elasticsearch</title>
      <dc:creator>appbase.io</dc:creator>
      <pubDate>Fri, 11 Jan 2019 13:34:02 +0000</pubDate>
      <link>https://dev.to/appbaseio/dejavu-30-the-missing-web-ui-for-elasticsearch-3h8e</link>
      <guid>https://dev.to/appbaseio/dejavu-30-the-missing-web-ui-for-elasticsearch-3h8e</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--jyKvNOw0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/2560/1%2A-pBPuL6V2oy4X70oVPXaug.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jyKvNOw0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/2560/1%2A-pBPuL6V2oy4X70oVPXaug.png" alt=""&gt;&lt;/a&gt;&lt;br&gt;
&lt;span class="figcaption_hack"&gt;Check it live at &lt;a href="https://opensource.appbase.io/dejavu/"&gt;opensource.appbase.io/dejavu&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Dejavu 3.0 — the missing web UI for Elasticsearch is here 🎉 🎉! It’s been an amazing journey thus far: Since our first release in 2015, we have crossed a lifetime total of &lt;strong&gt;475,000&lt;/strong&gt; Docker pulls, have over &lt;strong&gt;11K&lt;/strong&gt; active Chrome extension installations, and over &lt;strong&gt;5,100+&lt;/strong&gt; stars 🌟 on our Github repository.&lt;/p&gt;

&lt;p&gt;With this major release, we’re adding a rad feature that allows building and&lt;br&gt;
visually testing search UI in minutes. It’s also a complete re-write of the code&lt;br&gt;
to improve performance by 2x-3x and reduce Dejavu’s memory footprint by over 50%. You can read about the &lt;a href="https://github.com/appbaseio/dejavu/releases/tag/3.0.0"&gt;full changelog here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7NUDbKx_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1000/1%2Aj7_xxqq1q9LF1AVmGSez-g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7NUDbKx_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1000/1%2Aj7_xxqq1q9LF1AVmGSez-g.png" alt=""&gt;&lt;/a&gt;&lt;br&gt;
&lt;span class="figcaption_hack"&gt;&lt;strong&gt;Dejavu 3.0:&lt;/strong&gt; Visually build faceted Search UI with ElasticSearch&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;While building &lt;a href="https://appbase.io/"&gt;appbase.io&lt;/a&gt; — a hosted search service over the past 3 years, one of the pain points we continually kept coming across from our users was how to build the right search experience. It turns out that there is a steep learning curve associated with understanding how a search engine like Elasticsearch works. &lt;/p&gt;

&lt;p&gt;In a nutshell, building a search experience today requires being able to import data without breaking a sweat, tweak mappings and the data itself as you are testing stuff, and being able to tune the queries related to search.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://opensource.appbase.io/dejavu"&gt;Dejavu&lt;/a&gt; is an open-source MIT licensed Web UI for &lt;a href="https://www.elastic.co/products/elasticsearch"&gt;Elasticsearch&lt;/a&gt;. It demystifies the experience of building and testing a search UI. Dejavu started out as a rich data browser for Elasticsearch and with the 3.0.0 release, it allows you to build and test the search UI for your Elasticsearch index.&lt;/p&gt;

&lt;h4&gt;
  
  
  What can you do with Dejavu 3.0?
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Import JSON or CSV data to your Elasticsearch index,&lt;/li&gt;
&lt;li&gt;Get a rich data browsing experience (hide/show data fields, filter data, query views, and CRUD operations),&lt;/li&gt;
&lt;li&gt;Connect to multiple indexes and browse nested JSON data as columns, including an ability to apply faceted filters on the data,&lt;/li&gt;
&lt;li&gt;Build a search UI and test relevancy of your index in a matter of minutes,&lt;/li&gt;
&lt;li&gt;Write search queries with a GUI composer.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Additionally, for appbase.io users, Dejavu can do a few more things:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Edit mappings on the fly (e.g. change an &lt;code&gt;int&lt;/code&gt; field to a &lt;code&gt;text&lt;/code&gt; field and then reindex your entire data),&lt;/li&gt;
&lt;li&gt;Create multiple profiles for testing search UI views (save every search setting you update, and build search for multiple views or A/B test an individual view).&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;You should try Dejavu as a hosted app at &lt;a href="https://opensource.appbase.io/dejavu"&gt;opensource.appbase.io/dejavu&lt;/a&gt;, and get it as a &lt;a href="https://hub.docker.com/r/appbaseio/dejavu"&gt;Docker Image&lt;/a&gt; or as a &lt;a href="https://chrome.google.com/webstore/detail/dejavu/jopjeaiilkcibeohjdmejhoifenbnmlh"&gt;Chrome Extension&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>elasticsearch</category>
      <category>opensource</category>
      <category>nosql</category>
    </item>
  </channel>
</rss>
