Skip to content

breast cancer database using GUI with some options the user can make : query on database , insert fields in database ,delete fields , updating them , making index on fields , making aggregation on them , using pymongo , mongodb and python

Notifications You must be signed in to change notification settings

SalmaAhmed2001/Breast-Cancer-Database-Program-with-GUI

Repository files navigation

Breasr-Cancer-Database-Program-with-GUI

breast cancer database using GUI with some options the user can make : query on database , insert fields in database ,delete fields , updating them , making index on fields , making aggregation on them , using pymongo and mongodb

before run this code make sure you have a database on mongodb and modify the client line with your client like this : self.client = MongoClient('mongodb://localhost:27017/') self.db = self.client['BrastCancer'] and the database on mongo must contains the 3 collections on it

make sure that pymongo library installed at first in your editor

the Visualization file contain the analysis for this database

About

breast cancer database using GUI with some options the user can make : query on database , insert fields in database ,delete fields , updating them , making index on fields , making aggregation on them , using pymongo , mongodb and python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages