Python Forum
Begginer - How to choose a server to run my Python script with MongoDB?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Begginer - How to choose a server to run my Python script with MongoDB?
#1
I've run my Python script on my local desktop. It mainly builds a dataset by scraping data from a few websites, and saves the data to my local MongoDB.

I decided to move my app to a server so I don't have to keep my desktop running 24/7. It's basically Python + MongoDB hosting I need.

Which options do I have? Are there any free solutions? How will I be able to access my app?

I'm mainly interested in a cheap solution, as it's just a simple app running with 2-3 different processes. Ideally, I'd be able to connect via SSH and monitor/re-configure the app.
Reply
#2
You can look for cloud computing: https://www.digitalocean.com/pricing/
Or you rent a regular virtual Server to run your application. A dedicated server is too expensive.
Just pay attention of memory and traffic.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Script does not work on Linux server scrapemasta 0 246 Mar-22-2024, 11:07 AM
Last Post: scrapemasta
  deploying python script on a server rickyrt 0 1,473 Aug-31-2021, 04:03 PM
Last Post: rickyrt
  Retrieve images base64 encoded MongoDB and Flask Nuwan16 2 3,307 Oct-13-2020, 06:25 PM
Last Post: Nuwan16
  Store Screenshot Selenium + MongoDB Nuwan16 9 3,640 Aug-18-2020, 03:57 AM
Last Post: ndc85430
  filtering by category flask+mongodb Leon79 3 9,296 Jul-19-2020, 04:25 AM
Last Post: ndc85430
  error when trying to update mongodb damian0612 6 3,450 Jul-04-2020, 07:25 PM
Last Post: damian0612
  Requests-HTML vs Beautiful Soup - How to Choose? robin73 0 3,826 Jun-23-2020, 02:53 PM
Last Post: robin73
  Extract json-ld schema markup data and store in MongoDB Nuwan16 0 2,463 Apr-05-2020, 04:06 PM
Last Post: Nuwan16
  How to Host a REST API that executes a PYTHON script on the WEB SERVER rahul4data 4 3,471 Jan-25-2019, 02:54 PM
Last Post: DeaD_EyE
  storing images in mongodb using python richa828 2 9,380 Jun-06-2018, 08:08 AM
Last Post: richa828

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020