WOLFRAM NOTEBOOK

gamedev.stackexchange.com

Import EntityStore from MX file (~600 MB)

store=Import@CloudObject["https://www.wolframcloud.com/objects/andrews/StackExchange2EntityStore/gamedev.stackexchange.com.mx"];

Register EntityStore for use in EntityValue

In[]:=
EntityRegister[store]
Out[]=
{StackExchange.GameDev:User,StackExchange.GameDev:Badge,StackExchange.GameDev:Comment,StackExchange.GameDev:Post,StackExchange.GameDev:Tag,StackExchange:PostType,StackExchange.GameDev:Vote,StackExchange:VoteType,StackExchange.GameDev:PostHistory,StackExchange:PostHistoryType,StackExchange:CloseReason}

Find how many users

In[]:=
EntityValue["StackExchange.GameDev:User","EntityCount"]
Out[]=
93553

Find posts tagged with “unity”

In[]:=
unityPosts=EntityList[EntityClass["StackExchange.GameDev:Post","Tags""Unity"]];
In[]:=
unityPosts//Length
Out[]=
9988

See properties available

In[]:=
EntityValue[unityPosts[[1]],"PropertyAssociation"]
Out[]=
accepted answer
A: [Jesse Dorsey] Personally, I would recommend Unity. In comparison
»
,
answer count
4,
body
<p>I'm wanting to test my hand at writing an RTS (something I've never gotten very far with), and so I'm looking for an indie engine that would give me the most success with a quick setup that I can then tweak and start to get the ins and outs of RTS design/development.</p><p>I've had a bit of familiarity with both <a href="http://www.garagegames.com">Torque</a> and <a href="http://www.unity3d.com">Unity</a> both, but never from that perspective.</p><p>Which would get me closer to base prototype faster?</p>,
closed date
Thu 30 Jan 2014 22:36:31GMT-6.
,
comment count
4,
comments
mghicks:
Also note that the makers
»
,
Lance May:
Well, in the interest of
»
,
Nicol Bolas:
FYI: the makers of Torque
»
,
Kylotan:
I'm currently using Torque
»
,
community owned date
Missing[NotAvailable],
creation date
Wed 14 Jul 2010 19:23:01GMT-6.
,
duplicate posts
{},
favorite count
3,
id
27,
label
Q: [Lance May] Which for basic RTS prototype: Unity or Torque?
»
,
last activity date
Thu 30 Jan 2014 22:35:26GMT-6.
,
last edit date
Wed 14 Jul 2010 19:38:28GMT-6.
,
last editor
Missing[NotAvailable],
last editor display name
Missing[NotAvailable],
last editor user id
43,
linked posts
{},
owner
Lance May
»
,
owner display name
Missing[NotAvailable],
parent post
Missing[NotAvailable],
post history
59: Initial Body
,
60: Initial Title
,
61: Initial Tags
,
147: Edit Tags
,
190344: Post Closed
,
post type
question
,
score
8,
tags
unity
»
,
prototyping
»
,
rts
»
,
torque
»
,
title
Which for basic RTS prototype: Unity or Torque?,
URL
URL
https://gamedev.stackexchange.com/q/27
,
view count
2243,
vote history
Wed 11 Aug 2010 00:00:00GMT-6.
: 10434
,
: 10435
,
Sun 22 Aug 2010 00:00:00GMT-6.
: 12669
,
Wed 25 Aug 2010 00:00:00GMT-6.
: 13225
,
Wed 1 Sep 2010 00:00:00GMT-6.
: 14374
,
Mon 13 Sep 2010 00:00:00GMT-6.
: 16084
,
Wed 24 Nov 2010 00:00:00GMT-6.
: 27965
,
Sun 3 Mar 2013 00:00:00GMT-6.
: 223720
,
Tue 24 Mar 2015 00:00:00GMT-6.
: 375660
,
Sun 1 Nov 2015 00:00:00GMT-6.
: 413146
,
Mon 14 Dec 2015 00:00:00GMT-6.
: 423327
,
votes
: 10434
,
: 10435
,
: 12669
,
: 13225
,
: 14374
,
: 16084
,
: 27965
,
: 223720
,
: 375660
,
: 413146
,
: 423327
Wolfram Cloud

You are using a browser not supported by the Wolfram Cloud

Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.


I understand and wish to continue anyway »

You are using a browser not supported by the Wolfram Cloud. Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.