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
- Host: GitHub
- URL: https://github.com/lalanachami/php-mongodb-web-app-that-processes-xml-data
- Owner: LalanaChami
- Created: 2020-06-23T06:32:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T21:23:06.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T18:36:19.345Z (over 1 year ago)
- Topics: ajax, bulma, mongodb, news, php, rss, rss-feed, stock-market, webapp, xml
- Language: PHP
- Homepage:
- Size: 1.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.

Add new data(entries) to the mongoDB

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

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

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