cratedb 基本试用

安装

docker run -d -p 4200:4200 crate

UI访问

http://localhost:4200/#!/

创建数据

tweets 是默认导入的,点击帮助导航可以操作

  • 登陆
docker exec -it dockercontainerId sh
crash

  • 查询表

  • 创建表

  • 插入数据

  • 查询

参考资料

https://crate.io/docs/crate/getting-started/en/latest/

posted on 2018-08-02 19:02  荣锋亮  阅读(3477)  评论(0编辑  收藏  举报

导航