Skip to content

Commit

Permalink
removed unused esql article code
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Jan 13, 2025
1 parent 5e803a0 commit d3f3655
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,7 @@
public class EsqlArticle {

public static void main(String[] args) throws IOException, SQLException, InterruptedException {
String dir = System.getProperty("user.dir");
Properties prop = new Properties();
Path path = Paths.get(dir, "examples", "esql-article", "src", "main", "resources", "application" +
".conf");
prop.load(new FileInputStream(path.toString()));


String serverUrl = System.getenv("server-url");
String apiKey = System.getenv("api-key");
String booksUrl = "https://raw.githubusercontent" +
Expand Down

0 comments on commit d3f3655

Please sign in to comment.