{"id":13989870,"url":"https://github.com/pyistanbul/dbpatterns","last_synced_at":"2025-07-22T11:31:59.171Z","repository":{"id":4957736,"uuid":"6115164","full_name":"pyistanbul/dbpatterns","owner":"pyistanbul","description":"Dbpatterns is a service that allows you to create, share, explore database models on the web. Built on top of Django, Backbone. Patterns are stored on MongoDB, and uses Lettuce for BDD approach.","archived":false,"fork":false,"pushed_at":"2021-01-20T16:50:53.000Z","size":911,"stargazers_count":357,"open_issues_count":20,"forks_count":51,"subscribers_count":39,"default_branch":"master","last_synced_at":"2024-11-29T09:39:10.819Z","etag":null,"topics":["database","mongodb"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyistanbul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-07T18:45:13.000Z","updated_at":"2024-04-23T01:02:03.000Z","dependencies_parsed_at":"2022-07-09T02:46:32.320Z","dependency_job_id":null,"html_url":"https://github.com/pyistanbul/dbpatterns","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pyistanbul/dbpatterns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyistanbul%2Fdbpatterns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyistanbul%2Fdbpatterns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyistanbul%2Fdbpatterns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyistanbul%2Fdbpatterns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyistanbul","download_url":"https://codeload.github.com/pyistanbul/dbpatterns/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyistanbul%2Fdbpatterns/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266483825,"owners_count":23936427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","mongodb"],"created_at":"2024-08-09T13:02:07.977Z","updated_at":"2025-07-22T11:31:58.207Z","avatar_url":"https://github.com/pyistanbul.png","language":"JavaScript","readme":"### Db-patterns\n\nDbpatterns is a service that allows you to create, share, explore database models on the web.\n\nNotes:\n\n    The previous domain is not active anymore.\n    Project might be relaunched under a different domain\n\n### Installation\n\nInstall mongodb:\n\n    sudo apt-get install mongodb\n    # or on mac\n    sudo brew install mongodb\n\nStart mongodb:\n\n    mongod\n\nCreate a virtual env:\n\n    virtualenv dbpatterns\n    source dbpatterns/bin/activate\n\nClone the repository and install requirements:\n\n    cd dbpatterns\n    git clone git://github.com/fatiherikli/dbpatterns.git\n    pip install -r dbpatterns/conf/requirements.pip\n\nCreate a file that named settings_local.py\nConfigure the database and secret key.\n\n    cd dbpatterns/web/dbpatterns\n    vim settings_local.py\n\nThe example of configuration:\n\n    DATABASES = {\n        'default': {\n            'ENGINE': 'django.db.backends.sqlite3',\n            'NAME': 'data',\n            'USER': '',\n            'PASSWORD': '',\n            'HOST': '',\n            'PORT': '',\n        }\n    }\n\n    SECRET_KEY = '\u003cSECRET-KEY\u003e'\n\nAnd run the following commands:\n\n    cd ../\n    python manage.py syncdb\n    python manage.py runserver\n\nThat's all. You can access to dbpatterns on https://localhost:8000\n","funding_links":[],"categories":["📦 Legacy \u0026 Inactive Projects","JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyistanbul%2Fdbpatterns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyistanbul%2Fdbpatterns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyistanbul%2Fdbpatterns/lists"}