Giter VIP home page Giter VIP logo

neo4j-platform's Issues

Implement user registration and login on backend/frontend

Backend is not a server that render any html files. This is service model. Think about backend like about API service.
It should provide possibility to register/login for users.

User login data should be stored in separate database (mongo, sql, etc). For each user we should have such information:

User:
 - id      # uuid
 - login
 - pasword hash
 - display name

This info could be extended by any other info. For example: last_login_time

When user register or login we should check node in memory and create if it is not exists. We should not store any sensitive info in knowledge base. I think best would be to store only user.id.
Example construction:

..user_instance 
   <- user;
   => nrel_user_id: [user.id];;

Let develop our frontend by this free template.

  • Implement user register on backend
  • #22
  • #21
  • Cover with tests
  • Document API

Figure out architecture for agents implementation

Figure out how to implement agents. Need to determine whole pipeline from Kafka Plugin to call in python code.

As a start point:

  • agents list is known in the designed system
  • service run different agents on a cluster (as functions)
  • another service receive event from kafka plugin and run exact implementations on cluster

Some questions:

  • How to subscribe to events dynamically in runtime?

Figure out architecture of file memory

Figure out best way to implement a file memory. This should be a service that allows to upload files and get temporary links for them (with expire period). Something similar to s3 from AWS.

  • Prepare architecture document

Implement extended sc-code transactions

This wrapper takes care about membership of elements in const, var and type sets.

  • Implement types of extended SC-code
  • Implement transaction for write/read
  • Implement unit tests

Connect backend to neo4j using client library

Tornado application should start client connection to neo4j server using client placed in. db folder. All configuration should be placed at the same file that used for tornado application.

  • Extend config file example
  • Implement connection to neo4j
  • Write github action to test this

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.