Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • SDK Interface 

    Code Block
    languagejava
    abstract class EagleClient {
       public EagleClient(String eagleUriuri, Properties props){
        	// Initialize connection with underly service like kafka/hbase/elasticsearch.
       }
    }
  • Multi-Lange Support

    • Java Client SDK: eagle app / eagle core.
    • Python Client SDK: eagle collector scripts

...