diff --git a/Streaming Telemetry/README.md b/Streaming Telemetry/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..2c5c6f62981e3072b666812fa733ad8fd01049e7
--- /dev/null
+++ b/Streaming Telemetry/README.md	
@@ -0,0 +1,7 @@
+### Overview of Streaming Telemetry Efforts at NCSA
+
+Juniper: Working utilizing JTI input w/ Telegraf.
+
+Arista: In Progress
+
+Mellanox: In Progress
diff --git a/jti/jti-install b/Streaming Telemetry/juniper/README.md
similarity index 76%
rename from jti/jti-install
rename to Streaming Telemetry/juniper/README.md
index 620e0f0657b96b3146168856f274f548f139c968..21cc5278d3e48eb9a270d4dbff28abbfe9d7f42b 100644
--- a/jti/jti-install
+++ b/Streaming Telemetry/juniper/README.md	
@@ -1,4 +1,13 @@
-### Disable ISSU (The OpenConfig and Network Agent packages do not support ISSU for install. You can re-set these options once the install is complete)
+Note: This install requires the openconfig and network agent packages from Juniper. Support for Juniper platforms and code trains varies. Please check the Juniper documentation if you are unsure whether your device is supported.  The network agent is included with the Junos OS image starting in 18.3R1 for supported platforms.
+
+JTI Overview: https://www.juniper.net/documentation/en_US/junos/topics/concept/junos-telemetry-interface-oveview.html
+
+Network Agent Overview: https://www.juniper.net/documentation/en_US/junos/topics/task/installation/network-agent-installing.html
+
+### JTI Install
+
+
+### Disable ISSU (The OpenConfig and Network Agent packages do not support ISSU for install. You can re-enable these options once the install is complete)
 
 delete chassis redundancy graceful-switchover
 
@@ -77,5 +86,3 @@ set routing-options nonstop-routing
 set system services extension-service request-response grpc clear-text port 50051
 set system services extension-service request-response grpc skip-authentication
 set system services extension-service notification allow-clients address $telegraf_host
-
-
diff --git a/jti/jti-example b/Streaming Telemetry/juniper/jti-example
similarity index 100%
rename from jti/jti-example
rename to Streaming Telemetry/juniper/jti-example