-
Recent Posts
- Openstack installation : Create Provider / Self service Networks
- Openstack installation : Block storage – Cinder (on Compute Node)
- Openstack installation : Block Storage – Cinder (On Controller Node)
- Openstack installation : Dashboard – Horizon
- Openstack installation : Networking service – Neutron (On Compute Node)
- Openstack installation : Networking service – Neutron (On Controller Node)
- Openstack installation : Compute Service – Nova (On Compute Node)
- Openstack installation : Compute Service – Nova (On Controller Node)
- Openstack installation : Image Services – Glance.
- Openstack installation : Keystone (Authentication Services)
- Openstack installation : Minimal services and Controller – Pre-requisites
- Openstack installation : Installing OS, configure pre-requisites and install openstack client
- Openstack Installation : My Requirements
- Debian – Qualcom 6174 Wifi not working
- Spring 5 REST / GraphDB : Installing ArangoDB
Archives
-
Recent Posts
- Openstack installation : Create Provider / Self service Networks
- Openstack installation : Block storage – Cinder (on Compute Node)
- Openstack installation : Block Storage – Cinder (On Controller Node)
- Openstack installation : Dashboard – Horizon
- Openstack installation : Networking service – Neutron (On Compute Node)
Monthly Archives: May 2018
Spring 5 REST / GraphDB : Installing ArangoDB
Pr-requisite: http://www.sandeeprao.net/index.php/2018/05/12/spring-5-rest-graph-db-part-2-basic-spring-config-with-simple-controller/ Had used Neo4j in one of thea past projects. However wanted to check out on ArangoDB, primary factor being Apache 2 License, Kubernetes, active community, supportive engineering team. Following the development for couple of months now. Time to get … Continue reading
Posted in Uncategorized
Tagged ArangoDB, GraphDB, REST, Spring Data ArangoDb, Spring5
Comments Off on Spring 5 REST / GraphDB : Installing ArangoDB
Spring 5 REST / Graph DB : Part 2 – Simple RestController
Pr-requisite : http://www.sandeeprao.net/index.php/2018/04/22/spring-5-rest-arango-graphdb-basic-poc-from-scratch/ It is possible to have the web app deployed in a container without xml configurations (web.xml) and the traditional dispatcher servlet configurations. Extending AbstractAnnotationConfigDispatcherServletInitializer and providing the implementations for the following should suffice. getRootConfigClasses() — for “root” … Continue reading
Posted in Uncategorized
Tagged ArangoDB, GraphDB, REST, Srping 5
Comments Off on Spring 5 REST / Graph DB : Part 2 – Simple RestController