{"id":40514115,"url":"https://github.com/techie-qabila/fastify-orientdb","last_synced_at":"2026-06-18T20:00:46.001Z","repository":{"id":57233354,"uuid":"102247942","full_name":"Techie-Qabila/fastify-orientdb","owner":"Techie-Qabila","description":"Graph NoSql database plugin for fastify","archived":false,"fork":false,"pushed_at":"2017-10-10T06:11:21.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-14T20:03:23.977Z","etag":null,"topics":["fastify","nodejs","orientdb","orientdb-connection"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Techie-Qabila.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":"2017-09-03T07:22:27.000Z","updated_at":"2019-10-23T07:12:01.000Z","dependencies_parsed_at":"2022-08-31T20:51:20.539Z","dependency_job_id":null,"html_url":"https://github.com/Techie-Qabila/fastify-orientdb","commit_stats":null,"previous_names":["mahmed8003/fastify-orientdb"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Techie-Qabila/fastify-orientdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techie-Qabila%2Ffastify-orientdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techie-Qabila%2Ffastify-orientdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techie-Qabila%2Ffastify-orientdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techie-Qabila%2Ffastify-orientdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Techie-Qabila","download_url":"https://codeload.github.com/Techie-Qabila/fastify-orientdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techie-Qabila%2Ffastify-orientdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34505422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["fastify","nodejs","orientdb","orientdb-connection"],"created_at":"2026-01-20T20:32:28.902Z","updated_at":"2026-06-18T20:00:45.989Z","avatar_url":"https://github.com/Techie-Qabila.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fastify-orientdb\n\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)\n[![npm version](https://img.shields.io/npm/v/fastify-orientdb.svg?style=flat-square)](https://www.npmjs.com/package/fastify-orientdb)\n[![npm downloads](https://img.shields.io/npm/dm/fastify-orientdb.svg?style=flat-square)](https://www.npmjs.com/package/fastify-orientdb)\n\nUnder the hood [orientdb](https://github.com/orientechnologies/orientjs) client is used, the options that you pass to `register` will be passed to the orientdb connection.\n\n## Install\n```\nnpm i fastify-orientdb --save\n```\n## Usage\nAdd it to you project with `register` and you are done!  \nYou can access the *Orientdb Connection* via `fastify.db`.\n```js\nconst fastify = require('fastify')\n\nfastify.register(require('fastify-orientdb'), {\n  host: 'localhost',\n  port: 2424,\n  username: 'admin',\n  password: 'admin',\n  name: 'GratefulDeadCocnerts'\n}, err =\u003e {\n  if (err) throw err\n})\n\nfastify.listen(3000, err =\u003e {\n  if (err) throw err\n  console.log(`server listening on ${fastify.server.address().port}`)\n})\n```\n\n## License\n\nLicensed under [MIT](./LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechie-qabila%2Ffastify-orientdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechie-qabila%2Ffastify-orientdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechie-qabila%2Ffastify-orientdb/lists"}