Yashu
Explore posts from serversCloudflare zero trust access
In the cf-tunnel railway template, it says
Click Public Hostname → Click Add a public hostname.For example: I have a domain
example.com
and I add a sub-domain by connecting it to private service on railway.
like pvt-srv.example.com
12 replies
How can I do a bulk data load into my MySQL database?
You can store/upload your sql/csv file to cloudflare r2 or aws s3. Then write the program in which ever language you're comfortable in (JS, Ruby, Python, Go).
The program can read the file data from the R2/S3 bucket (you can further split the files and run multiple processes) and then insert the data into db.
30 replies