How do I access website databases? -
i'm trying better understand databases , networking.
basically question how websites these access player data game when they're not affiliated company?
do have have permission website read statistics? these databases private? different scenarios emulate similar within java swing application.
in barely case direct access company's database, if affiliated.
the common way api (which might public or licensed): https://en.wikipedia.org/wiki/application_programming_interface
if data publicly available on website, content parsing although not best solution (as change of website structure might cause malfunction of parser, it's slow , needs way more resources , might copyright trouble).
i not sure data refer in mentioned cases , source though.
Comments
Post a Comment