https://github.com/parameter1/omeda
Omeda integrations monorepo
https://github.com/parameter1/omeda
Last synced: about 1 year ago
JSON representation
Omeda integrations monorepo
- Host: GitHub
- URL: https://github.com/parameter1/omeda
- Owner: parameter1
- License: mit
- Created: 2021-03-29T18:29:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T20:08:44.000Z (about 3 years ago)
- Last Synced: 2025-04-03T02:37:57.324Z (about 1 year ago)
- Language: JavaScript
- Size: 796 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parameter1 Omeda Integrations
## Packages
### Redis API Client Caching
- Provides Redis caching of Omeda API client responses using the `ioredis` package
- `packages/api-cache-ioredis`
### Omeda API Client
- A NodeJS API client for making requests to Omeda's REST API
- `packages/api-client`
### GraphQL Client
- A server-side Apollo GraphQL client factory for accessing the Omeda GraphQL service
- `packages/graphql-client`
### GraphQL Express Middleware
- Express middleware for creating and using the Omeda GraphQL client
- `packages/graphql-client-express`
### Omeda MongoDB
- Provides repositories for reading and writing Omeda API data from and to MongoDB
- `packages/mongodb`
## Services
### GraphQL Server
- A fully-featured GraphQL API server that uses Omeda's REST API and data from MongoDB
- `services/graphql`