An open API service indexing awesome lists of open source software.

https://github.com/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
https://github.com/lalanachami/php-mongodb-web-app-that-processes-xml-data

ajax bulma mongodb news php rss rss-feed stock-market webapp xml

Last synced: 2 months ago
JSON representation

📈📊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

Awesome Lists containing this project

README

          

# 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](https://i.ibb.co/y6cc3Zq/Screenshot-2020-06-24-at-23-27-40.png)












Add new data(entries) to the mongoDB




![alt text](https://i.ibb.co/j6wrxK2/Screenshot-2020-06-24-at-23-26-49.png)












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](https://i.ibb.co/gMRzdWm/Screenshot-2020-06-24-at-23-27-03.png)












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](https://i.ibb.co/9vTgvmK/Screenshot-2020-06-24-at-23-26-38.png)












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




![alt text](https://i.ibb.co/Ld9Sn7j/Screenshot-2020-06-24-at-23-27-14.png)