MisterBigglesworth
Expert Member
Howzit!
So this is new grounds for me. I have an idea for a system and I have a basic idea of what needs to be done. Simply put my system would run on/as a website and would need to read data from other website/s, take the data and manipulate as needed and then insert/update into my database and then finally send the data to the originating website and/or other websites.
Now I'm primarily a PHP / Classic ASP with SQL Server / MySQL developer (I have some basic experience in Java, and quite a bit with JS). I have a feeling these techs, excl JS, are not going to cut it. A lot of the Java devs I worked with recently raved about JSON....so I'm looking at this for the sending / receiving of data. The requirement is that the sending and receiving of data needs to be as quick and slim as possible, hence the choice of JSON.
For the database...I really have no idea. I know I dont want to use SQL Server....and I find MySQL at times to be difficult to work with when maintaining a database with many records.
My system will be running on a website, but I would like to expand to the Mobile and/or App route in the near future. So here I am...not sure what language to use, or database?
I'm leaning towards:
I could really use some input here. Not afraid to take on learning a new language and database, I want to make the right decision from the start and set up a good framework. So if there is a huge learning curve involved, its all good with me. Struggle now, benefit later
So this is new grounds for me. I have an idea for a system and I have a basic idea of what needs to be done. Simply put my system would run on/as a website and would need to read data from other website/s, take the data and manipulate as needed and then insert/update into my database and then finally send the data to the originating website and/or other websites.
Now I'm primarily a PHP / Classic ASP with SQL Server / MySQL developer (I have some basic experience in Java, and quite a bit with JS). I have a feeling these techs, excl JS, are not going to cut it. A lot of the Java devs I worked with recently raved about JSON....so I'm looking at this for the sending / receiving of data. The requirement is that the sending and receiving of data needs to be as quick and slim as possible, hence the choice of JSON.
For the database...I really have no idea. I know I dont want to use SQL Server....and I find MySQL at times to be difficult to work with when maintaining a database with many records.
My system will be running on a website, but I would like to expand to the Mobile and/or App route in the near future. So here I am...not sure what language to use, or database?
I'm leaning towards:
- Data Sending/Receiving between my system and other websites/systems - JSON
- Database - No idea
- Language - Python / Perl
I could really use some input here. Not afraid to take on learning a new language and database, I want to make the right decision from the start and set up a good framework. So if there is a huge learning curve involved, its all good with me. Struggle now, benefit later