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

https://github.com/malloydata/malloy-service


https://github.com/malloydata/malloy-service

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# malloy-service

A simple GRPC based server for the [Malloy](https://github.com/malloydata/malloy/) language.
Currently used by [malloy-py](https://github.com/malloydata/malloy-py).

## Building

### Development

```
npm install
npm run build
```

or

```
npm install
npm run start
```

### Packaging

```
npm run package
```