<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can I use kvstore as a web application backend? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Can-I-use-kvstore-as-a-web-application-backend/m-p/349712#M2955</link>
    <description>&lt;P&gt;I need to perform CRUD operations from user form input&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2018 17:32:51 GMT</pubDate>
    <dc:creator>jedatt01</dc:creator>
    <dc:date>2018-01-30T17:32:51Z</dc:date>
    <item>
      <title>Can I use kvstore as a web application backend?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Can-I-use-kvstore-as-a-web-application-backend/m-p/349710#M2953</link>
      <description>&lt;P&gt;Would it makes sense to use a kvstore collection as a backend for a multi-user web applicaiton? It seems like you could easily implement a front end framework such as Angularjs and use the REST API or Splunkjs to manage your kvstore collection. How would this be different than using full blown Mongodb backend? &lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:12:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Can-I-use-kvstore-as-a-web-application-backend/m-p/349710#M2953</guid>
      <dc:creator>jedatt01</dc:creator>
      <dc:date>2018-01-30T13:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use kvstore as a web application backend?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Can-I-use-kvstore-as-a-web-application-backend/m-p/349711#M2954</link>
      <description>&lt;P&gt;Why use the KV store as a backend rather than native Splunk?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 15:33:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Can-I-use-kvstore-as-a-web-application-backend/m-p/349711#M2954</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-01-30T15:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use kvstore as a web application backend?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Can-I-use-kvstore-as-a-web-application-backend/m-p/349712#M2955</link>
      <description>&lt;P&gt;I need to perform CRUD operations from user form input&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 17:32:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Can-I-use-kvstore-as-a-web-application-backend/m-p/349712#M2955</guid>
      <dc:creator>jedatt01</dc:creator>
      <dc:date>2018-01-30T17:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use kvstore as a web application backend?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Can-I-use-kvstore-as-a-web-application-backend/m-p/349713#M2956</link>
      <description>&lt;P&gt;Can you give us an example of what your trying to do? I think you may be climbing the wrong ladder here &lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 18:04:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Can-I-use-kvstore-as-a-web-application-backend/m-p/349713#M2956</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-01-30T18:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use kvstore as a web application backend?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Can-I-use-kvstore-as-a-web-application-backend/m-p/349714#M2957</link>
      <description>&lt;P&gt;For example, if i'm creating an excel like application front end that allows multiple users to add/edit/delete rows of data from a table. That table could be a kvstore and I would send the update operations to the kvstore collection via rest call or splunk search manager.&lt;/P&gt;

&lt;P&gt;So, i'm trying to determine if I am climbing the wrong ladder and should use something different for a back-end such as postgres or mongodb.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 21:21:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Can-I-use-kvstore-as-a-web-application-backend/m-p/349714#M2957</guid>
      <dc:creator>jedatt01</dc:creator>
      <dc:date>2018-01-30T21:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use kvstore as a web application backend?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Can-I-use-kvstore-as-a-web-application-backend/m-p/349715#M2958</link>
      <description>&lt;P&gt;Hey jedatt01, I'm good friends with @skoelpin and couldn't help but snoop.&lt;/P&gt;

&lt;P&gt;@skoelpin, Splunk's immutable way of indexing kind of breaks this use case by knocking the D off CRUD. There are ways of hiding data in an index but I think jedatt01 is on the right track with his idea to use the KV store. I've seen it done for case management systems within Splunk using the KV store.&lt;/P&gt;

&lt;P&gt;@jedatt01, if you're looking for a short answer to is it possible, then yes. How is it different? in my experience when I think of Splunk's KV store, the word "fragile" comes to mind. Be sure to back it up often.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 23:54:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Can-I-use-kvstore-as-a-web-application-backend/m-p/349715#M2958</guid>
      <dc:creator>davpx</dc:creator>
      <dc:date>2018-01-31T23:54:41Z</dc:date>
    </item>
  </channel>
</rss>

