https://github.com/malloydata/malloy-service
https://github.com/malloydata/malloy-service
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/malloydata/malloy-service
- Owner: malloydata
- License: mit
- Created: 2023-04-27T15:52:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T23:02:27.000Z (over 1 year ago)
- Last Synced: 2025-04-04T10:02:59.167Z (over 1 year ago)
- Language: TypeScript
- Size: 436 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
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
```