Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rainbowatcher/simple
Make data work easier, saving your working time
https://github.com/rainbowatcher/simple
bigdata data-analysis etl
Last synced: 12 days ago
JSON representation
Make data work easier, saving your working time
- Host: GitHub
- URL: https://github.com/rainbowatcher/simple
- Owner: rainbowatcher
- License: mit
- Created: 2023-03-14T12:48:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:29:29.000Z (6 months ago)
- Last Synced: 2024-05-23T01:11:56.434Z (6 months ago)
- Topics: bigdata, data-analysis, etl
- Language: TypeScript
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple (WIP)
A selfhost server for simplify data works.
this project should be rewrite, for the following reason:
- we want the server has ability to connect database as much as possible
- we want develop features as fast as possible## Feature
comming soon
## Usage
1. Clone project
```bash
git clone https://github.com/rainbowatcher/simple
```2. Start project
```bash
pnpm start
```### Docker
1. Build source file
```bash
pnpm build
```2. Build docker image
```bash
docker buildx build . -t simple:latest
```3. Run the image.
```bash
docker run --rm -it -p 3210:3210 simple:latest
```## Roadmap
- [x] settings
- [x] datasource management
- [x] template management
- [ ] data work page
- [ ] data type mapping management
- [ ] dashboard page
- [ ] I18n support## License
[MIT](./LICENSE) © Made by ❤️