<?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 Best Database type for Revit data in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/best-database-type-for-revit-data/m-p/9503730#M34386</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my first post to this forum, so please don't shoot me if I'm not following some rules 100%.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is about choosing a database type for exporting my Revit data.&lt;/P&gt;&lt;P&gt;I'm not a database expert, but I know that the following types exist: MySQL, PostgreSQL and NoSQL.&lt;/P&gt;&lt;P&gt;I would like to program something that exports my data from Revit to a database for further use (creating BoQ, ...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I don't know which database type is best suited for exporting my data to?&lt;/P&gt;&lt;P&gt;Should I use MySQL, PostgreSQL or NoSQL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're probably thinking "well it depends on what you want to do".&lt;/P&gt;&lt;P&gt;But the thing is that I can't tell all the future use cases at this time, I just want to have a database with all of my Revit data so that I can do pretty much what I want with it in the future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice on this topic?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 09 May 2020 13:35:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-09T13:35:25Z</dc:date>
    <item>
      <title>Best Database type for Revit data</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/best-database-type-for-revit-data/m-p/9503730#M34386</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my first post to this forum, so please don't shoot me if I'm not following some rules 100%.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is about choosing a database type for exporting my Revit data.&lt;/P&gt;&lt;P&gt;I'm not a database expert, but I know that the following types exist: MySQL, PostgreSQL and NoSQL.&lt;/P&gt;&lt;P&gt;I would like to program something that exports my data from Revit to a database for further use (creating BoQ, ...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I don't know which database type is best suited for exporting my data to?&lt;/P&gt;&lt;P&gt;Should I use MySQL, PostgreSQL or NoSQL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're probably thinking "well it depends on what you want to do".&lt;/P&gt;&lt;P&gt;But the thing is that I can't tell all the future use cases at this time, I just want to have a database with all of my Revit data so that I can do pretty much what I want with it in the future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice on this topic?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 13:35:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/best-database-type-for-revit-data/m-p/9503730#M34386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-09T13:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Best Database type for Revit data</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/best-database-type-for-revit-data/m-p/9506396#M34387</link>
      <description>&lt;P&gt;Dear Nick,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Welcome to the Revit API forum. No shooting expected here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good question! Thank you!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best database for storing a Revit BIM model is the Revit database in the RVT file format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, you have no direct access to the underlying data, so that won't help resolve your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are basically answering your own question quite well, I think.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It depends on what you want to do. It also depends very much on your past experience, your personal preferences and your future plans.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not a professional programmer or a database expert, so you should take any advice I give with many grains of salt.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would advise: avoid traditional SQL!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unless you are an expert on that or have other pressing reasons to choose it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go for the much more modern, scalable, minimalistic, low-cost, simple to use, web-adapted NoSQL options instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my main argument:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/jeremytammik/FireRatingCloud" target="_blank"&gt;https://github.com/jeremytammik/FireRatingCloud&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 11:38:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/best-database-type-for-revit-data/m-p/9506396#M34387</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2020-05-11T11:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Best Database type for Revit data</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/best-database-type-for-revit-data/m-p/9509012#M34388</link>
      <description>&lt;P&gt;Dear Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the quick reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only issue I'm having is that we would also like to link some of our internal databases to the Revit database.&lt;/P&gt;&lt;P&gt;The internal databases are MySQL, so is it possible to link a NoSQL database to a MySQL database?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 07:44:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/best-database-type-for-revit-data/m-p/9509012#M34388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-12T07:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Best Database type for Revit data</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/best-database-type-for-revit-data/m-p/9509054#M34389</link>
      <description>&lt;P&gt;To me, that sounds like a good reason to choose MySQL after all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Poor you, you will not be learning anything new...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 07:59:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/best-database-type-for-revit-data/m-p/9509054#M34389</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2020-05-12T07:59:52Z</dc:date>
    </item>
  </channel>
</rss>

