Tech Need help with a server question

Discussion in 'Blazers OT Forum' started by South East, Oct 7, 2017.

  1. South East

    South East Writing Team

    Joined:
    Nov 17, 2009
    Messages:
    568
    Likes Received:
    453
    Trophy Points:
    63
    I currently have a website and I am trying to create a database of info. It will be sent to the server as an xml file. How can I set up the server to receive this info. My domain and everything is set up with GoDaddy.

    Thanks
     
    Orion Bailey likes this.
  2. Orion Bailey

    Orion Bailey Forum Troll

    Joined:
    Jan 27, 2015
    Messages:
    26,285
    Likes Received:
    21,506
    Trophy Points:
    113
  3. Haakzilla

    Haakzilla Well-Known Member

    Joined:
    Oct 15, 2008
    Messages:
    9,128
    Likes Received:
    7,004
    Trophy Points:
    113
    Occupation:
    SEOWebDesignLLC.com
    Location:
    Central Oregon
    PM sent...
     
  4. andalusian

    andalusian Season - Restarted

    Joined:
    Sep 24, 2008
    Messages:
    14,468
    Likes Received:
    13,420
    Trophy Points:
    113
    Location:
    San Marcos, CA
    First of all, may I suggest forgetting about XML and going to JSON? Whoever writes the code for the server is going to be much happier - parsing JSON is orders of magnitude easier and more efficient than XML.

    After that - you will need something to store the data (some kind of a database) - either on the server or the cloud (it is usually cheaper and easier to store it in the cloud, if it is a small database - AWS and most other cloud providers have a free tier that makes it cheap and easy to store in the cloud - without the hassle of running a database on your own server). Finally, there needs to be some kind of a program to parse that data and store it in the database - that's usually something that you will need someone to write it for you.
     
    Last edited: Oct 7, 2017
  5. bodyman5000 and 1

    bodyman5000 and 1 Lions, Tigers, Me, Bears

    Joined:
    Sep 29, 2013
    Messages:
    19,584
    Likes Received:
    13,219
    Trophy Points:
    113
    Location:
    Las Vegas
    I feel like HCP reading his first Pre Algebra text book.

    Did I say reading? I meant looking at.
     
  6. andalusian

    andalusian Season - Restarted

    Joined:
    Sep 24, 2008
    Messages:
    14,468
    Likes Received:
    13,420
    Trophy Points:
    113
    Location:
    San Marcos, CA
    Sorry about it, but he asked a specific technical question and I was hoping to provide some help since my work involves these kind of things.
     
    bodyman5000 and 1 likes this.
  7. MarAzul

    MarAzul LongShip

    Joined:
    Sep 28, 2008
    Messages:
    21,370
    Likes Received:
    7,281
    Trophy Points:
    113
    Occupation:
    Life is good!
    Location:
    Near Bandon Oregon
    How do you know what he is running on the server? IMS, DB2 or ?
     
  8. andalusian

    andalusian Season - Restarted

    Joined:
    Sep 24, 2008
    Messages:
    14,468
    Likes Received:
    13,420
    Trophy Points:
    113
    Location:
    San Marcos, CA
    I do not, I suggested not running any database on the server and using something like aws dynamodb instead, but the specifics are really up to whoever wired the software and what he is willing to pay
     

Share This Page