new data
This commit is contained in:
parent
7f3415ab39
commit
c0e77e3d8a
6
viz/search_indexes.py
Normal file
6
viz/search_indexes.py
Normal file
@ -0,0 +1,6 @@
|
||||
from elasticsearch import Elasticsearch
|
||||
|
||||
|
||||
def find_stuff():
|
||||
es = Elasticsearch(host='ec2-54-201-69-116.us-west-2.compute.amazonaws.com)
|
||||
es.search(index='nasa', doc_type='geo_point')
|
1
viz/templates/data1.json
Normal file
1
viz/templates/data1.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user