pdonorio / restangulask

FRONTEND(Flask and Angular interface) + BACKEND(Flask Rest API)
MIT License
3 stars 2 forks source link

A generic search engine based on elasticsearch #16

Open pdonorio opened 8 years ago

pdonorio commented 8 years ago

Add the functionality with the idea of having a generic service (for example GraphDB) which is synced on some fields/content with a running Elasticsearch docker container.

pdonorio commented 8 years ago

We will use:

What needs to be implemented for a specific project:

mdantonio commented 8 years ago

Since the implementation of Elasticsearch is accomplished here (EUDAT-B2STAGE/http-api-base#24), this issue can be closed? Or something more is still missing here?

pdonorio commented 8 years ago

Not at all :)

That issue is only from the back-end point of view.

Now all of the python population scripts and angularjs front-end side has to be discussed and implemented from my old example I worked off on RethinkDB.