Solitude-Software-Solutions / OstrichDB

WIP | A document-based NoSQL, JSON-esque database for local machine use
Apache License 2.0
29 stars 5 forks source link

Feature: Implement Server Architecture Mode #156

Open SchoolyB opened 1 week ago

SchoolyB commented 1 week ago

Its about time to expand OstrichDBs use case. I really like the serverless architecture that it currently has but I want The DB to be used via other languages if one wants. The accomplish this OstrichDB will need a server mode that can be initialized via a flag or a config change.

SchoolyB commented 3 days ago

Started

SchoolyB commented 3 days ago

Added config

SchoolyB commented 3 days ago

Successful basic GET request

SchoolyB commented 14 hours ago

Able to make HEAD requests

SchoolyB commented 14 hours ago

working on PUT....FML