운영 툴을 채우는 새로운 방법
어드민 페이지를 만들고 배포하고 관리하기에는 어렵고 SQL 쿼리와 API를 매번 만들면 시간이 계속 늘어납니다. 다른 방법은 없을까요?
최소 비용으로 빠른 기간내 팀 협업을 성공. 고객조회, 매출분석, 지표통계, 컨텐츠관리, 이력조회를 가입 후 3일 안에 해결하고 있습니다.
더 이상 DB, API 클라이언트에 의존하지 않아도 돼요.
설치형(로컬 실행 가능한) 오픈소스 업데이트를 준비중입니다! 조금만 기다려주세요.- mysql backend support. (production-ready)
- RESTful HTTP API backend support. (production-ready)
- pgsql backend support. (production-ready)
- mssql backend support. (production-ready)
- redis backend support.
- Google Spreadsheet backend support.
- MongoDB backend support. (production-ready)
- DynamoDB backend support.
- Firebase backend support.
- JavaScript request/response transformation support.
- User management.
- Permission and access control with roles.
- Customizable menus, groups and tabs.
- Mulitple pages with URL to share.
- Table UI
- Local sort, pagination
- Server-side pagination
- Query block type
- Modal(popup) block type
- Markdown block type
- Block-wide parameters
- Page-wide parameters
- Share and open saved search.
- Publishing API Endpoint
- SSH tunneling
- VPC Peering
- OIDC support
npm install -g selectfromuserselectfromuser
Others
selectfromuser loginselectfromuser whoamiselectfromuser logoutselectfromuser linkselectfromuser unlinkselectfromuser initselectfromuser dev
https://hub.docker.com/r/selectfromuser/adminhttps://github.com/eces/select/blob/main/docker-compose.yml
- Documentation 개발자 문서
- Official Website 공식웹사이트
- UI Components 컴포넌트
- Changelog 업데이트 내역
- Blog 블로그
- Discourse 포럼
- Slack Community 슬랙 커뮤니티
title: 셀렉트어드민layout:
style:
backgroundColor: "#19234B !important"menus:
- group: 회원name: 고객 관리path: usersplacement: menu-onlyredirect: users/activeicon: mdi-accountmenus:
- name: 결제 관리path: paymentsplacement: menu-onlyicon: mdi-timeline-check
- group: 회원name: 최근가입자 목록path: users/activeplacement: tab-only
- group: 회원name: 휴면회원 목록path: users/dormantplacement: tab-only
- group: 회원name: 마케팅 수신동의path: users/promotionplacement: tab-only
- group: 기타메뉴name: 공식 문서 path: https://docs.selectfromuser.comtarget: _blankicon: mdi-book-open-varianticonEnd: 링크
- group: 기타메뉴name: 클라우드 이용path: https://app.selectfromuser.comtarget: _blankicon: mdi-tabiconEnd: 링크# resources:# - name: mysql.dev# mode: local# type: mysql# host: aaaa.ap-northeast-2.rds.amazonaws.com# port: 3306# username: user_aaaa# password: aaaa# database: aaaa# timezone: '+00:00'# extra:# charset: utf8mb4_general_ci# pages:# - path: healthcheck/db# blocks:# - type: query# resource: mysql.dev# sql: SELECT NOW()pages:
- path: users/activeblocks: - type: markdowncontent: > ## 7일 가입자 조회- path: users/dormantblocks:
- type: markdowncontent: > ## 휴면회원 조회- path: users/promotionblocks:
- type: markdowncontent: > ## 동의/미동의 조회pages:
- path: paymentstitle: 결제 및 환불blocks:
- type: markdowncontent: | > 최근 7일 대상자 목록# - type: query# name: Data from Query# resource: mysql.dev# sql: |# SELECT * # FROM chat # ORDER BY id DESC# LIMIT 3# tableOptions:# cell: true
- type: httpaxios:
method: GETurl: https://api.selectfromuser.com/sample-api/usersrowsPath: rowscolumns:
name:
label: Nameage:
label: Engagement PointshowDownload: csvviewModal:
useColumn: id# mode: sideblocks:
- type: httpaxios:
method: GETurl: https://api.selectfromuser.com/sample-api/users/{{user_id}}rowsPath: rowsparams:
- key: user_idvalueFromRow: iddisplay: col-2title: "ID: {{id}}"showSubmitButton: falsetabOptions:
autoload: 1tabs:
- name: 최근거래내역blocks: - type: markdowncontent: 거래내역 내용
- name: 프로모션참여blocks: - type: markdowncontent: 프로모션 내용해당 프로젝트는 2020년부터 2023년까지 Free/Pro/Team/Enterprise Plan 제공을 위해 Selectfromuser Inc. 개발팀 포함 커뮤니티가 계속 기능추가, 유지보수, 보안패치, 문서화를 하고 있습니다.
직접 설치하여 비용없이 무료이용 가능합니다. 그외에 정책은 라이센스를 따릅니다. 기능제안, 기술지원은 해당 페이지로 문의바랍니다. https://www.selectfromuser.com





