Open in app

Sign in

Write

Sign in

Teeppiphat Phokaewkul
Teeppiphat Phokaewkul

41 Followers

Home

Lists

About

Oct 30

การใช้งาน Apache Superset ร่วมกับ superset-ui/embedded-sdk

Apache Superset เป็นเครื่องมือการวิเคราะห์ข้อมูลที่มีความสามารถหลากหลายและสามารถปรับแต่งได้, ซึ่งถูกออกแบบมาเพื่อช่วยให้ผู้ใช้สามารถสำรวจ, วิเคราะห์, และแสดงข้อมูลได้อย่างมีประสิทธิภาพ. Superset ให้ความสามารถในการเชื่อมต่อกับฐานข้อมูลหลายๆ แห่ง, สร้างแดชบอร์ด, และแชร์ insights ได้ ในส่วนของ superset-ui/embedded-sdk, มันคือชุดเครื่องมือสำหรับนักพัฒนาที่ต้องการที่จะฝัง Apache Superset ลงในแอพพลิเคชันของตนเอง. …

Superset Ui

6 min read

การใช้งาน Apache Superset ร่วมกับ superset-ui/embedded-sdk
การใช้งาน Apache Superset ร่วมกับ superset-ui/embedded-sdk
Superset Ui

6 min read


Oct 30

การติดตั้ง Apache Superset

Apache Superset เป็นแอปพลิเคชันเว็บสำหรับ Business Intelligence ที่ทันสมัย มีความพร้อมสำหรับองค์กร มีความรวดเร็ว, น้ำหนักเบา, ใช้งานง่าย, และมีตัวเลือกมากมายทำให้ผู้ใช้สามารถสำรวจและแสดงข้อมูลได้อย่างง่ายดาย ตั้งแต่การสร้างแผนภูมิง่ายๆ จนถึงแผนภูมิ geospatial ที่มีรายละเอียด Apache Superset เปิดให้ใช้งานแบบ open source ทำให้ผู้ใช้สามารถสำรวจ สร้างและแชร์แดชบอร์ดและรายงานข้อมูลได้เป็นอย่างดี การเริ่มต้นใช้งาน Apache Superset มีหลายขั้นตอน ต่อไปนี้คือขั้นตอนทั่วไปในการติดตั้งและปรับแต่ง Superset…

Apache Superset

8 min read

Apache Superset

8 min read


Sep 28

How to install JMeter on Ubuntu server (Non-GUI Mode)

Table of Contents Install JMeter on Ubuntu server Install jmeter on MacOS Creating a .jmx test plan for JMeter( With GUI) on MacOS Pros and cons between Non-GUI Mode and GUI Mode Install JMeter on Ubuntu server Installing JMeter on an Ubuntu server (which typically doesn’t have a GUI) is similar to installing it on a desktop version…

Jmeter Load Testing

8 min read

How to install JMeter on Ubuntu server (Non-GUI Mode)
How to install JMeter on Ubuntu server (Non-GUI Mode)
Jmeter Load Testing

8 min read


Jul 20

Find the row count for all tables in PostgresSQL

ในการนับจำนวนข้อมูลทั้งหมดในแต่ละตารางใน PostgresSQL สามารถทำได้หลายวิธี หากคุณต้องการจํานวนจริงคุณต้องใช้คําสั่ง SELECT เช่นเดียวกับที่คุณใช้กับแต่ละตาราง นี่เป็นเพราะ PostgreSQL เก็บข้อมูลการมองเห็นแถวไว้ในแถวไม่ใช่ที่อื่น แนวทางแรกจะเป็นการนำข้อมูลทั้งหมดจาก information_schema มานับรายการต่อ วิธีนี้จะทำรายการได้รวดเร็วแต่อาจไม่แม่นยำนัก WITH tbl AS (SELECT table_schema, TABLE_NAME FROM information_schema.tables WHERE TABLE_NAME not like 'pg_%' AND table_schema in ('public')) SELECT table_schema, TABLE_NAME, (xpath('/row/c/text()', query_to_xml(format('select count(*) as c from %I.%I', table_schema, TABLE_NAME), FALSE, TRUE, '')))[1]::text::int AS rows_n FROM tbl ORDER BY rows_n DESC;

Postgres

1 min read

Postgres

1 min read


Jul 19

Checking PostgreSQL reserved words in column names

Checking for reserved words used in naming column names can be done in many ways, for example: To check in the Doc of PostgreSQL, follow this link: PostgreSQL: Documentation: 15: Appendix C. SQL Key Words Or you can use SQL Command to see the full list. select * from pg_get_keywords()…

Postgresql

1 min read

Postgresql

1 min read


Feb 2

Install docker and docker compose on ubuntu 20.04

On Ubuntu 20.04, perform the following steps to install Docker and Docker Compose: Update the package index: sudo apt-get update Install dependencies: sudo apt-get install -y \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common Add Docker’s GPG key: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - Add the…

Docker

1 min read

Docker

1 min read


Feb 2

Install and config kubectl for remote to EKS on macOS M1

For remote to EKS the following tools must be installed kubectl, Krew, kubectx, kubens, AWS Cli, and saml2aws. For kubectx and kubens it’s not about remote connection, but definitely use it. So I want to install it. Install kubectl Kubectl is the command-line interface (CLI) for the open-source Kubernetes platform, which automates…

Kubectl

5 min read

Install and config kubectl for remote to EKS on macOS M1
Install and config kubectl for remote to EKS on macOS M1
Kubectl

5 min read


Jan 26

What are some common use cases for NGINX?

For the following use cases, NGINX, a web server and reverse proxy server, is frequently employed: Serving static content: NGINX is renowned for its speed and effectiveness in serving static information, including pictures and videos. Load balancing: NGINX can increase a website or application’s performance and availability by distributing incoming…

Nginx

9 min read

What are some common use cases for NGINX?
What are some common use cases for NGINX?
Nginx

9 min read


Jan 25

How to install n8n with docker on ubuntu

n8n is a web-based, open-source, and cost-free workflow automation solution. It provides users with the ability to design unique processes using a visual interface akin to IFTTT or Zapier. By integrating various applications and services, n8n can be used to automate processes and tasks. For instance, it can send an…

N8n

4 min read

How to install n8n with docker on ubuntu
How to install n8n with docker on ubuntu
N8n

4 min read


Jan 20

กระบวนการพัฒนาซอฟต์แวร์และตำแหน่งที่เกี่ยวข้อง

โดยทั่วไปแล้วกระบวนการพัฒนาซอฟต์แวร์จะเกี่ยวข้องกับหลายขั้นตอนหรือหลายช่วง รวมถึง: การวางแผน(Planning): เป็นระยะเริ่มต้นที่มีการกำหนดเป้าหมายและวัตถุประสงค์ของซอฟต์แวร์ และสร้างแผนโครงการ ซึ่งรวมถึงการรวบรวมข้อกำหนด การวิเคราะห์ตลาด และการกำหนดขอบเขตโครงการ ไทม์ไลน์ และงบประมาณ การวิเคราะห์และการออกแบบ(Analysis and Design): นี่คือขั้นตอนที่มีการวิเคราะห์ข้อกำหนดและออกแบบซอฟต์แวร์ ซึ่งรวมถึงการสร้างข้อกำหนดโดยละเอียด แบบจำลองข้อมูล และอินเทอร์เฟซผู้ใช้…

Software Development

4 min read

Software Development

4 min read

Teeppiphat Phokaewkul

Teeppiphat Phokaewkul

41 Followers
Following
  • Nikhil Dixit

    Nikhil Dixit

  • Top'p Kullawattana

    Top'p Kullawattana

  • Code.org

    Code.org

  • Nopnithi Khaokaew (Game)

    Nopnithi Khaokaew (Game)

  • Hassan Ibrahim

    Hassan Ibrahim

See all (96)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams