Questions on the use of Mathematica to capture data from external sources.
6
votes
0answers
217 views
Is it possible to construct a function to make a poor man's Mathematica database?
I have a function that is set up to write to a database with 10-20 standard variables with 10 fields each, but the application is going to a place where database access is not available. Can ...
3
votes
0answers
62 views
Is it possible to import data from Google Analytics?
Using Mathematica, is it possible to pull data directly from Google Analytics? Unfortunately, GA exports messy csv files, and I was wondering if there was a direct ...
2
votes
0answers
50 views
How can I recover a graph from a graphical output in a notebook after resetting the kernel?
I have an old Mathematica notebook with an output for a graph structure $G$ I would like to recover. However, the routine for building up the graph is stochastic, so I can't simply rerun the code.
...
0
votes
0answers
104 views
Mathematica TCP socket client toward Trading Platform
I'd like to connect Mathematica with my Italian electronic trading platform.
To connect I need to open a TCP socket client towards the trading platform and send a string command.
The high-level ...
0
votes
0answers
43 views
Can I perform Terminology Extraction in Mathematica?
Can I perform Terminology Extraction in Mathematica? More specifically, can I extract candidate terms from a corpus of text documents?
The corpus is made up of different text types and formats. ...