{"library":"simple-odata-server","type":"library","category":null,"description":"Simple OData Server (simple-odata-server) is a lightweight Node.js library designed to create OData v2 compatible servers with minimal setup. It currently stands at version 1.2.2. While stable and used in projects like jsreport, the repository explicitly states it is no longer actively maintained by its creators, meaning bug fixes and new features are unlikely to be introduced regularly, if at all. Its primary differentiator is its simplicity and direct support for MongoDB and NeDB databases via separate adapter packages (simple-odata-server-mongodb, simple-odata-server-nedb), making it suitable for projects requiring basic OData functionality without the overhead of more comprehensive, feature-rich OData frameworks. It supports core operations like $metadata, filtering, and CRUD operations, but intentionally omits advanced features such as entity links, batch operations, or Atom feeds to maintain its lean footprint.","language":"javascript","status":"maintenance","version":"1.2.2","tags":["javascript","OData","server","mongodb","nedb"],"install":[{"cmd":"npm install simple-odata-server","imports":["const ODataServer = require('simple-odata-server');","const Adapter = require('simple-odata-server-nedb');","const Adapter = require('simple-odata-server-mongodb');"]},{"cmd":"yarn add simple-odata-server","imports":[]},{"cmd":"pnpm add simple-odata-server","imports":[]}],"homepage":null,"github":"https://github.com/pofider/node-simple-odata-server","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/simple-odata-server","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/simple-odata-server/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}