LalanaChami / PhP-MongoDb-web-app-that-processes-XML-data

๐Ÿ“ˆ๐Ÿ“ŠWeb applications that process stock market news XML file(which is obtained from an open source RSS feed "https://www.sec.gov/news/pressreleases.rss" ), store extracted information in MongoDB, add new entries, generate new xml datasets, different types of reports based on filters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhP MongoDB based web application

โš ๏ธ๐Ÿ›‘ Before running the web application (through your WAMP,MAMP or XAMP) servers please download and install the php-mongoDB drivers.

Fetches the data from the XML file which was obtained from a RSS feed, and add the fetched XML data to the mongoDB.

alt text





Add new data(entries) to the mongoDB

alt text





Search and fetch data according to the catagory(search both data which is manually inputed and data which already exsists in the XML file)

alt text





Output all the data as HTML, including both the data which is manually inputed and the data which already exsists in the XML file

alt text





Extract the data which is available in the mongoDB to a seperate XML file

alt text

About

๐Ÿ“ˆ๐Ÿ“ŠWeb applications that process stock market news XML file(which is obtained from an open source RSS feed "https://www.sec.gov/news/pressreleases.rss" ), store extracted information in MongoDB, add new entries, generate new xml datasets, different types of reports based on filters


Languages

Language:PHP 96.5%Language:Hack 3.5%