replikativ / datahike

A fast, immutable, distributed & compositional Datalog engine for everyone.
https://datahike.io
Eclipse Public License 1.0
1.62k stars 95 forks source link

Integrate HTTP server #635

Closed whilo closed 11 months ago

whilo commented 1 year ago

Describe the feature you would like to request

Integrate datahike-server in a mono repo style and provide a transparent clj client for datahike.api.

Describe the solution you would like

-

Describe alternatives you've considered

-

awb99 commented 1 year ago

The webserver should nit be in the default library. This will just add a whole bunch of depencies

TimoKramer commented 1 year ago

@awb99 no worries, @whilo is working on another solution

whilo commented 1 year ago

@awb99 At the moment we will add a dependency to https://github.com/babashka/http-client, is that a problem as well? I am thinking about removing it, but it will limit default datahike to not work distributed. Which maybe is fine.

whilo commented 11 months ago

Closed with #639.