https://github.com/cube2222/octosql-plugin-random_data
OctoSQL plugin serving random data
https://github.com/cube2222/octosql-plugin-random_data
Last synced: about 1 year ago
JSON representation
OctoSQL plugin serving random data
- Host: GitHub
- URL: https://github.com/cube2222/octosql-plugin-random_data
- Owner: cube2222
- License: mpl-2.0
- Created: 2021-12-11T17:20:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T21:06:31.000Z (over 3 years ago)
- Last Synced: 2025-04-06T12:09:27.108Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OctoSQL Random Data Plugin
This is an example plugin for OctoSQL.
It exposes the following tables:
- addresses
- companies
- users
Underneath it uses the [Random Data API](https://random-data-api.com).
Releasing new versions is mostly automated by GoReleaser. Just push a tag and it will create a new release with all artifacts built. Then manually add the new version to the [octosql_manifest.json](octosql_manifest.json) file.