DEV Community

Discussion on: Privacy On The Net

 
joshualjohnson profile image
Joshua Johnson

I'm in very early stages at this point. But this is the start of planing the seeds that will soon become FireStudio. I've started to build out a framework of solutions that will come together under one application. It all centers around data:

FireSQL - turns your SQL database into a schema-less document storeage db similar to couchdb or mongodb. It features self indexing. Allowing you to search your data based on top level keys.

FireTest - a simpler approach to php testing.

FireStudio - A very basic POC of me just putting together ideas of how all of this will work together.

And many more incomplete projects that go towards building out FireStudio.

Honestly, FireSQL will probably be the more interesting parts at this point. FireStudio will wrap more structure around FireSQL. It will provide the user with the ability to create and manage collections and fields. A collection will allow you to provide access to your data via an API that is autogenerated along with the backend UI to manage your collection data. I'm thinking OAuth2 via REST.

Long way to go. Want to help??

Thread Thread
 
kspeakman profile image
Kasey Speakman

Sounds interesting.