An open API service indexing awesome lists of open source software.

https://github.com/parameter1/omeda

Omeda integrations monorepo
https://github.com/parameter1/omeda

Last synced: about 1 year ago
JSON representation

Omeda integrations monorepo

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`