Dikhao - Index and relate resources over the internet
by Rohit Gupta (speaking)
Objective
Demonstrate, how an indexing service can be built for internet/cloud resources using python.
Description
Open source project: https://github.com/rohit01/dikhao
In this project, I used Flask, gevent, redis and boto to create an indexing service over AWS. The utility can also relate different AWS resources and display them together (visit link for details).
The same concept can be applied to build an indexing service over any platform. This is particularly useful for devops operations and doing a root cause analysis.
Key Libraries: gevent, redis, flask and boto / Python client of the resource provider (In above case, boto - AWS).
Speaker bio
Rohit Gupta is a developer and foss evangelist. He is passionate about technology and have worked in the area of convergence of telephony over web. Some of the projects he has worked upon include automating the cloud management over Amazon Web Service using boto, enabling high availability, failover solution and auto-scaling to ensure zero downtime and un-interrupted services to customers. As a FOSS enthusiast, he was instrumental in organizing the first ever linux InstallFest, founded the GNU/Linux User Group and presented FOSS tech talks in his University.
Blog: http://rohit.io/
1
▼
Hi Rohit,
This looks like a useful utility to me, can you please describe how you are planning to cover this for complete 45 mts.
Regards
Konark
1
▼
Hi Konark,
This is how, I plan to structure my talk:
Why Indexing is important?
In general, it helps us do things faster. Dikhao is an example of indexing cloud resources over the Internet. It Solves the following problems:
A basic setup with python:
Make it available - easily and everywhere:
Develop for other platforms (not just AWS):
Let me know, if you need more details. Thank you for reviewing this.