{"id":16057987,"url":"https://github.com/psfried/mongo","last_synced_at":"2025-04-05T08:15:05.040Z","repository":{"id":22895456,"uuid":"26243859","full_name":"psFried/mongo","owner":"psFried","description":"examples of working with grails and mongodb","archived":false,"fork":false,"pushed_at":"2014-11-06T02:51:31.000Z","size":624,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T15:50:54.581Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psFried.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-05T23:03:16.000Z","updated_at":"2014-11-05T23:04:31.000Z","dependencies_parsed_at":"2022-08-21T05:10:30.983Z","dependency_job_id":null,"html_url":"https://github.com/psFried/mongo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psFried%2Fmongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psFried%2Fmongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psFried%2Fmongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psFried%2Fmongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psFried","download_url":"https://codeload.github.com/psFried/mongo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305947,"owners_count":20917208,"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","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":[],"created_at":"2024-10-09T03:05:46.693Z","updated_at":"2025-04-05T08:15:05.015Z","avatar_url":"https://github.com/psFried.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"mongo\n=====\n\nexamples of working with grails and mongodb\n\nThis is a super basic Grails application that uses MongoDB as a database backend. \nThe examples are laughably simple, but should serve to show how things can be done with MongoDB. \n\n\n### Build\nThis app uses grails 2.4.4 and has the grails wrapper included. Run the app with: `./grailsw run-app`. \nThe only external dependencies are JDK 1.7+ and MongoDB. The datasource in `conf/Datasource.groovy` is setup\nfor the default MongoDB connnection parameters if you have MongoDB running on your local machine.\n\n### MongoDB \nThis app depends on MongoDB 2.6.0 or greater. Check out the [MongoDB installation instructions](http://docs.mongodb.org/manual/installation/) \nfor information on how to install MongoDB. The Linux packages will automatically put the init scripts in the right places so that you\ncan run mongodb simply by starting the 'mongod' service. For other platforms, you'll need to start it manually and supply the `--dbpath` \noption to specify a directory to use for storing the database files: `mongod --dbpath \u003cpath-to-dir\u003e`. The db directory must already exist. \n\n\n# Where to look for the good stuff\n\n- There's a few domain classes and associated controllers. These should look pretty familiar to anyone who's worked with grails before.\n- conf/Bootstrap.groovy Some instances are created and inserted into the database here.\n- conf/BuildConfig.groovy shows the plugin dependencies and has comments that will probably save you future headaches.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsfried%2Fmongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsfried%2Fmongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsfried%2Fmongo/lists"}