{"id":13877845,"url":"https://github.com/olirice/nebulo","last_synced_at":"2025-08-21T04:30:40.456Z","repository":{"id":51292264,"uuid":"199934216","full_name":"olirice/nebulo","owner":"olirice","description":"Instant GraphQL API for PostgreSQL and SQLAlchemy","archived":false,"fork":false,"pushed_at":"2023-01-31T16:25:08.000Z","size":7136,"stargazers_count":92,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-09T10:55:34.646Z","etag":null,"topics":["database","graphql","graphql-apis","postgres","sqlalchemy"],"latest_commit_sha":null,"homepage":"","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/olirice.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":"2019-07-31T21:54:56.000Z","updated_at":"2024-08-12T19:51:34.000Z","dependencies_parsed_at":"2023-02-16T21:01:25.383Z","dependency_job_id":null,"html_url":"https://github.com/olirice/nebulo","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/olirice%2Fnebulo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olirice%2Fnebulo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olirice%2Fnebulo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olirice%2Fnebulo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olirice","download_url":"https://codeload.github.com/olirice/nebulo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229890136,"owners_count":18140041,"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":["database","graphql","graphql-apis","postgres","sqlalchemy"],"created_at":"2024-08-06T08:01:29.583Z","updated_at":"2024-12-19T19:08:24.273Z","avatar_url":"https://github.com/olirice.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Nebulo\n\n\u003cp\u003e\n    \u003ca href=\"https://github.com/olirice/nebulo/actions\"\u003e\n        \u003cimg src=\"https://github.com/olirice/nebulo/workflows/Tests/badge.svg\" alt=\"Test Status\" height=\"18\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/olirice/nebulo/actions\"\u003e\n        \u003cimg src=\"https://github.com/olirice/nebulo/workflows/pre-commit%20hooks/badge.svg\" alt=\"Pre-commit Status\" height=\"18\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/olirice/nebulo\"\u003e\u003cimg src=\"https://codecov.io/gh/olirice/nebulo/branch/master/graph/badge.svg\" height=\"18\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/psf/black\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/code%20style-black-000000.svg\" alt=\"Codestyle Black\" height=\"18\"\u003e\n    \u003c/a\u003e\n\n\u003c/p\u003e\n\u003cp\u003e\n    \u003ca href=\"https://www.python.org/downloads/\"\u003e\u003cimg src=\"https://img.shields.io/badge/python-3.7+-blue.svg\" alt=\"Python version\" height=\"18\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/olirice/nebulo/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/pypi/l/markdown-subtemplate.svg\" alt=\"License\" height=\"18\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://badge.fury.io/py/nebulo\"\u003e\u003cimg src=\"https://badge.fury.io/py/nebulo.svg\" alt=\"PyPI version\" height=\"18\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/nebulo/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/dm/nebulo.svg\" alt=\"Download count\" height=\"18\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n**Documentation**: \u003ca href=\"https://olirice.github.io/nebulo\" target=\"_blank\"\u003ehttps://olirice.github.io/nebulo\u003c/a\u003e\n\n**Source Code**: \u003ca href=\"https://github.com/olirice/nebulo\" target=\"_blank\"\u003ehttps://github.com/olirice/nebulo\u003c/a\u003e\n\n---\n\n**Instant GraphQL API for PostgreSQL**\n\n[Reflect](https://en.wikipedia.org/wiki/Reflection_(computer_programming)) a highly performant [GraphQL](https://graphql.org/learn/) API from an existing [PostgreSQL](https://www.postgresql.org/) database.\n\nNebulo is a python library for building GraphQL APIs on top of PostgreSQL. It has a command line interface for reflecting databases with 0 code or can be added to existing [SQLAlchemy](https://www.sqlalchemy.org/) projects.\n\n\n## TL;DR\n\nFirst, install nebulo\n```shell\n$ pip install nebulo\n```\n\nThen point the CLI at an existing  PostgreSQL database using connection string format `postgresql://\u003cuser\u003e:\u003cpassword\u003e@\u003chost\u003e:\u003cport\u003e/\u003cdatabase_name\u003e`\n```shell\nneb run -c postgresql://nebulo_user:password@localhost:4443/nebulo_db\n```\n\nVisit your shiny new GraphQL API at [http://localhost:5034/graphiql](http://localhost:5034/graphiql)\n\n\n![graphiql image](docs/images/graphiql.png)\n\nNext, check out the [docs](https://olirice.github.io/nebulo/quickstart/) guide for a small end-to-end example.\n\n\u003cp align=\"center\"\u003e\u0026mdash;\u0026mdash;  \u0026mdash;\u0026mdash;\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folirice%2Fnebulo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folirice%2Fnebulo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folirice%2Fnebulo/lists"}