```c++ auto sender = questdb::ingress::line_sender::from_conf("http::addr=localhost:9000;"); auto buffer = sender.new_buffer(); ```