{"id":16195293,"url":"https://github.com/tethik/mongo-rpc","last_synced_at":"2025-10-24T15:30:16.643Z","repository":{"id":32730332,"uuid":"36320426","full_name":"Tethik/mongo-rpc","owner":"Tethik","description":"Experimental python RPC using a mongodb collection","archived":true,"fork":false,"pushed_at":"2015-06-17T11:47:08.000Z","size":168,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-21T06:11:56.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tethik.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":"2015-05-26T19:59:52.000Z","updated_at":"2024-08-29T09:01:28.000Z","dependencies_parsed_at":"2022-09-11T23:51:58.704Z","dependency_job_id":null,"html_url":"https://github.com/Tethik/mongo-rpc","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/Tethik%2Fmongo-rpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fmongo-rpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fmongo-rpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fmongo-rpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tethik","download_url":"https://codeload.github.com/Tethik/mongo-rpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237990691,"owners_count":19398479,"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-10T08:26:58.729Z","updated_at":"2025-10-24T15:30:16.179Z","avatar_url":"https://github.com/Tethik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mongo-rpc\nExperimental python RPC using a mongodb collection\n\n# Usage:\n\nServer\n```\nfrom mongorpc import MongoRPC\n\nrpc = MongoRPC()\n\n@rpc.register()\ndef hello(msg):\n  print(\"hello {}\".format(msg))\n\nrpc.start()\n```\n\nClient\n```\nfrom mongorpc import MongoRPCClient\n\nclient = MongoRPCClient()\nclient.hello(\"world\")\n```\n\n# Future work\n* Perhaps Conform to [jsonrpc standard](http://www.jsonrpc.org/specification).\n* Asynchronous versus synchronous calls?\n* Save results from method call.\n* Transaction safety, to support more than one executing server?\n* Perhaps serialize method code. Eggify?\n* Tailable/capped collections.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftethik%2Fmongo-rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftethik%2Fmongo-rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftethik%2Fmongo-rpc/lists"}