Skip to content

willianscsilva/fsDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fsDB

This project is still a prototype under construction.

The idea is to develop a non-relational database, NoSQL, where it will be possible to access it using the websocket protocol.

A javascript library to assist in database handling, running queries, inserts etc, full CRUD will also be developed.

And the first version will be complete after the administrative panel is finalized, where it will be possible to generate authentication keys, creating users and access levels etc.

Not sure if FSDB will be the name of the final version, for now is this.

#Dependencies

##NoPoll Library:

##After Installing nopoll library

##Ubuntu:

  • aptitude search libwebsocket
  • apt-get install libwebsockets.x86_64 libwebsockets-devel.x86_64
  • ln -s /usr/local/lib/libnopoll.so.0 /usr/lib/libnopoll.so.0

##Fedora:

  • dnf search libwebsocket
  • dnf install libwebsockets.x86_64 libwebsockets-devel.x86_64
  • cp /usr/local/lib/libnopoll* /usr/lib64/
  • cp /usr/local/lib/pkgconfig/nopoll.pc /usr/lib64/pkgconfig/

About

Fast, solid and scalable database by WebSockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published