Skip to content

Mpdreamz/scriptcs-nest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScriptCs.Nest

ScriptCs package to ease using NEST in combination with ScriptCs

Install the package:

scriptcs -install ScriptCs.Nest

Run your script:

scriptcs connect.csx

Example .csx file:

var host = new Uri("http://localhost:9200");
var client = Require<NestClientFactory>().CreateClient(host, s => s.SetDefaultIndex("mpdreamz"));

Console.WriteLine(client.IsValid);

About

Nest package for scriptcs

Resources

Stars

Watchers

Forks

Packages

No packages published